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