@xuda.io/runtime-bundle 1.0.297 → 1.0.298

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.
@@ -3417,7 +3417,6 @@ func.datasource.del = function (SESSION_ID, dsP) {
3417
3417
  };
3418
3418
  func.datasource.update = async function (SESSION_ID, datasource_changes, update_local_scope_only, avoid_refresh) {
3419
3419
  return new Promise(async (resolve, reject) => {
3420
- debugger;
3421
3420
  var _session = SESSION_OBJ[SESSION_ID];
3422
3421
 
3423
3422
  if (_session.IS_API || typeof IS_MASTER_WEBSOCKET !== 'undefined' || typeof IS_PROCESS_SERVER !== 'undefined') {
@@ -3568,7 +3567,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3568
3567
  }
3569
3568
  }
3570
3569
  }
3571
-
3570
+ debugger;
3572
3571
  if (glb.IS_WORKER) {
3573
3572
  if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
3574
3573
  func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);
@@ -3417,7 +3417,6 @@ func.datasource.del = function (SESSION_ID, dsP) {
3417
3417
  };
3418
3418
  func.datasource.update = async function (SESSION_ID, datasource_changes, update_local_scope_only, avoid_refresh) {
3419
3419
  return new Promise(async (resolve, reject) => {
3420
- debugger;
3421
3420
  var _session = SESSION_OBJ[SESSION_ID];
3422
3421
 
3423
3422
  if (_session.IS_API || typeof IS_MASTER_WEBSOCKET !== 'undefined' || typeof IS_PROCESS_SERVER !== 'undefined') {
@@ -3568,7 +3567,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3568
3567
  }
3569
3568
  }
3570
3569
  }
3571
-
3570
+ debugger;
3572
3571
  if (glb.IS_WORKER) {
3573
3572
  if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
3574
3573
  func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);