shawenguan 2 anni fa
parent
commit
2831506198
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Scripts/jhsh/jhshHelper.js

+ 1 - 1
Scripts/jhsh/jhshHelper.js

@@ -71,7 +71,7 @@ if (!lk.isExecComm) {
 
 async function waitTest(){
     return new Promise(resolve => {
-        setTimeout(resolve, 3000)
+        setTimeout(resolve, 3000);
     });
     // return new Promise((resolve) => setTimeout(resolve, time))
 }