shawenguan %!s(int64=2) %!d(string=hai) anos
pai
achega
64d8ca7210
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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() {