shawenguan hace 2 años
padre
commit
64d8ca7210
Se han modificado 1 ficheros con 1 adiciones y 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() {