@xuda.io/runtime-bundle 1.0.1266 → 1.0.1267
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.
|
@@ -27674,7 +27674,8 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
27674
27674
|
|
|
27675
27675
|
// execute - if active job element not exist the current job ui and not detected as parent element
|
|
27676
27676
|
await func.UI.worker.execute(val.SESSION_ID, val);
|
|
27677
|
-
continue;
|
|
27677
|
+
// continue;
|
|
27678
|
+
break;
|
|
27678
27679
|
|
|
27679
27680
|
// active_job_children_elements = [];
|
|
27680
27681
|
// if (val.elementP) {
|