shawenguan %!s(int64=2) %!d(string=hai) anos
pai
achega
d8f35f7aea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Scripts/jhsh/jhshHelper.js

+ 1 - 0
Scripts/jhsh/jhshHelper.js

@@ -68,6 +68,7 @@ if (!lk.isExecComm) {
 function doTest(){
     let startTime = new Date().getTime();
     lk.log('start='+startTime);
+    await waitTest();
     lk.log('pass='+(new Date().getTime() - startTime));
     lk.done();
 }