diff --git a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs index ed0511e..c7ad659 100644 --- a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs +++ b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs @@ -580,6 +580,7 @@ namespace N_m3u8DL_RE.CommandLine #endif Logger.Error(msg); Thread.Sleep(3000); + Environment.Exit(1); }, 1) .Build();