shawenguan 2 年之前
父节点
当前提交
64d8ca7210
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      Scripts/jhsh/jhshHelper.js

+ 1 - 4
Scripts/jhsh/jhshHelper.js

@@ -74,10 +74,7 @@ async function doTest(){
 }
 
 async function testWait(){
-    return new Promise(resolve => {
-        setTimeout(resolve, 3000);
-    });
-    // return new Promise((resolve) => setTimeout(resolve, 3000))
+    return new Promise((resolve) => setTimeout(resolve, 3000))
 }
 
 function checkHandleRequest() {