@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.
@@ -30533,7 +30533,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
30533
30533
  if (!_ds.data_feed.rows_changed.includes(record_id)) _ds.data_feed.rows_changed.push(record_id);
30534
30534
  }
30535
30535
  } catch (error) {
30536
- debugger;
30536
+ // normal
30537
30537
  }
30538
30538
  } else if (fields_data === 'set') {
30539
30539
  _ds.currentRecordId = record_id;