@xuda.io/runtime-bundle 1.0.819 → 1.0.820
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27561,12 +27561,12 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
27561
27561
|
}
|
|
27562
27562
|
// this._interval = setInterval(job_iterator, 1);
|
|
27563
27563
|
}
|
|
27564
|
-
await job_iterator();
|
|
27565
27564
|
} else {
|
|
27566
27565
|
//busy
|
|
27567
27566
|
|
|
27568
27567
|
this.attempt++;
|
|
27569
27568
|
}
|
|
27569
|
+
await job_iterator();
|
|
27570
27570
|
};
|
|
27571
27571
|
job_iterator();
|
|
27572
27572
|
// this._interval = setInterval(job_iterator, 1);
|