@xuda.io/runtime-bundle 1.0.532 → 1.0.533

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.
@@ -3794,7 +3794,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3794
3794
  if (!_ds.data_feed.rows_changed.includes(record_id)) _ds.data_feed.rows_changed.push(record_id);
3795
3795
  }
3796
3796
  } catch (error) {
3797
- debugger;
3797
+ // normal
3798
3798
  }
3799
3799
  } else if (fields_data === 'set') {
3800
3800
  _ds.currentRecordId = record_id;
@@ -3794,7 +3794,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3794
3794
  if (!_ds.data_feed.rows_changed.includes(record_id)) _ds.data_feed.rows_changed.push(record_id);
3795
3795
  }
3796
3796
  } catch (error) {
3797
- debugger;
3797
+ // normal
3798
3798
  }
3799
3799
  } else if (fields_data === 'set') {
3800
3800
  _ds.currentRecordId = record_id;