shawenguan 2 жил өмнө
parent
commit
64d8ca7210

+ 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() {