From 8bf50a3f5a773cc24e7bead438a7f2a5da99e817 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Wed, 5 Jul 2023 20:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20#216?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs | 1 + 1 file changed, 1 insertion(+) 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();