shawenguan 2 năm trước cách đây
mục cha
commit
2831506198
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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))
 }