From 770b7a6fcbabcdd96fece3511dca8843be6c93e4 Mon Sep 17 00:00:00 2001 From: Jerrypluay Date: Thu, 16 Oct 2025 18:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=BD=9C=E5=9C=A8=E7=9A=84?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index bf5cf4b..60e7911 100644 --- a/index.js +++ b/index.js @@ -12,8 +12,8 @@ logger.info( updater.checkAndUpdate().catch((err) => { logger.err(err); }); -//不要加await!!! -crystelfInit.CSH().then(logger.mark('[crystelf-plugin] crystelf-plugin 完成初始化')); + +await crystelfInit.CSH().then(logger.mark('[crystelf-plugin] crystelf-plugin 完成初始化')); const appPath = Path.apps; const jsFiles = await fc.readDirRecursive(appPath, 'js');