@xuda.io/runtime-bundle 1.0.1266 → 1.0.1268
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.
|
@@ -27654,7 +27654,8 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
27654
27654
|
|
|
27655
27655
|
// skip - if job element exist in the active job ui as child element
|
|
27656
27656
|
if (running_job_children_elements.includes(active_xu_ui_id)) {
|
|
27657
|
-
continue;
|
|
27657
|
+
// continue;
|
|
27658
|
+
break;
|
|
27658
27659
|
}
|
|
27659
27660
|
|
|
27660
27661
|
// abort - if active job element exist in the current job ui (parent element changed)
|
|
@@ -27674,7 +27675,8 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
27674
27675
|
|
|
27675
27676
|
// execute - if active job element not exist the current job ui and not detected as parent element
|
|
27676
27677
|
await func.UI.worker.execute(val.SESSION_ID, val);
|
|
27677
|
-
continue;
|
|
27678
|
+
// continue;
|
|
27679
|
+
break;
|
|
27678
27680
|
|
|
27679
27681
|
// active_job_children_elements = [];
|
|
27680
27682
|
// if (val.elementP) {
|