From b7dc54a03d7bda841f45f860b68372ba6c0bd9d4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 17 十月 2024 11:20:46 +0800 Subject: [PATCH] 2024-10-17 --- 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