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;