shawenguan 2 년 전
부모
커밋
2831506198
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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))
 }