From db5df4cb3aede337958d7c780ed159b7395fb2c5 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 11 Oct 2020 10:12:31 +0800 Subject: [PATCH] update --- Reply/qt.go | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Reply/qt.go b/Reply/qt.go index 94cf286..9f96d5a 100644 --- a/Reply/qt.go +++ b/Reply/qt.go @@ -25,6 +25,9 @@ var ( func Qtdanmu() { if QtOn {return} + defer func() { + if err := recover(); err != nil {os.Exit(0)} + }() Qt_MaxMun = qtd.Qt_MaxMun Qt_LineHeight = qtd.Qt_LineHeight Qt_BlockMargin = qtd.Qt_BlockMargin diff --git a/VERSION b/VERSION index aa2ed1b..586c088 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010051837 \ No newline at end of file +202010111012 \ No newline at end of file -- 2.39.2