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;