shawenguan 2 年之前
父節點
當前提交
c1e31f44e8
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Scripts/jhsh/jhshHelper.js

+ 3 - 1
Scripts/jhsh/jhshHelper.js

@@ -71,7 +71,9 @@ if (!lk.isExecComm) {
 
 async function waitTest(){
     return new Promise(resolve => {
-        setTimeout(resolve, 3000);
+        // setTimeout(resolve, 3000);
+        lk.log("waitTest");
+        resolve();
     });
     // return new Promise((resolve) => setTimeout(resolve, time))
 }