@xuda.io/runtime-bundle 1.0.532 → 1.0.534

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.
@@ -28175,7 +28175,6 @@ func.UI.worker.find_job_index = function (SESSION_ID, jobNoP) {
28175
28175
  };
28176
28176
 
28177
28177
  func.UI.ds_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0], re_check) {
28178
- return;
28179
28178
  let _session = SESSION_OBJ[SESSION_ID];
28180
28179
 
28181
28180
  const _data_system = _session?.DS_GLB?.[0]?.data_system;
@@ -30533,7 +30532,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
30533
30532
  if (!_ds.data_feed.rows_changed.includes(record_id)) _ds.data_feed.rows_changed.push(record_id);
30534
30533
  }
30535
30534
  } catch (error) {
30536
- debugger;
30535
+ // normal
30537
30536
  }
30538
30537
  } else if (fields_data === 'set') {
30539
30538
  _ds.currentRecordId = record_id;