shawenguan há 2 anos atrás
pai
commit
64d8ca7210
1 ficheiros alterados com 1 adições e 4 exclusões
  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() {