@xuda.io/runtime-bundle 1.0.626 → 1.0.627

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.
@@ -34261,6 +34261,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34261
34261
  if (nodeP.children.length) {
34262
34262
  const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
34263
34263
  debugger;
34264
+ await done(default_children_ret);
34264
34265
  }
34265
34266
  },
34266
34267
  };