fix bug: nil pointer dereference

This commit is contained in:
tsosunchia
2023-11-17 19:00:34 +08:00
parent 690f7346d0
commit 4bef8b918a

View File

@@ -266,7 +266,7 @@ func Excute() {
}
// 暂时弃用
var router *bool
router := new(bool)
*router = false
if !*tablePrint {
if *classicPrint {