This commit is contained in:
nilaoda 2023-07-05 20:20:27 +08:00
parent 6df0e862fb
commit 8bf50a3f5a
1 changed files with 1 additions and 0 deletions

View File

@ -580,6 +580,7 @@ namespace N_m3u8DL_RE.CommandLine
#endif
Logger.Error(msg);
Thread.Sleep(3000);
Environment.Exit(1);
}, 1)
.Build();