shawenguan 1 년 전
부모
커밋
66dfd04f93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/wubian/wubianSynthesis.js

+ 1 - 1
Scripts/wubian/wubianSynthesis.js

@@ -274,7 +274,7 @@ async function trySynthesize() {
                 }
                 let costTime = Date.now() - startTime;
                 if (costTime < ctrlMillSec) {
-                    await magicJS.sleep(ctrlMillSec - costTime);
+                    await magicJS.utils.sleep(ctrlMillSec - costTime);
                 }
             }
             let nSuccCount = 0;