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