shawenguan 2 жил өмнө
parent
commit
a6c9e22464

+ 4 - 0
Scripts/jhsh/jhshHelper.js

@@ -73,6 +73,10 @@ async function doTest(){
     lk.done();
 }
 
+async function testWait(){
+    return new Promise((resolve) => setTimeout(resolve, 3000))
+}
+
 function checkHandleRequest() {
     const url = $request.url;
     const path = $request.path;