From 3c8650c31d8449791ce0e2200380d66b60a43eb0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 17 十月 2024 11:21:33 +0800 Subject: [PATCH] Merge branch 'positec' into bms --- src/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/index.js b/src/index.js index 673b9a0..c9f7720 100644 --- a/src/index.js +++ b/src/index.js @@ -108,7 +108,7 @@ GLOB.systemType = 'production' } else if (GLOB.sysType === 'local') { GLOB.probation = true - GLOB.debugger = true + // GLOB.debugger = true GLOB.systemType = '' GLOB.upStatus = config.updateStatus + '' !== 'false' -- Gitblit v1.8.0