@xuda.io/runtime-bundle 1.0.291 → 1.0.292

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.
@@ -3601,7 +3601,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3601
3601
  func.datasource.callback = async function (SESSION_ID, dsSessionP, na, rowIdP, jobNoP, NA_callingDataSourceP, NA_isInitP, nodeIdP) {
3602
3602
  var _session = SESSION_OBJ[SESSION_ID];
3603
3603
  var _ds = _session.DS_GLB[dsSessionP];
3604
-
3604
+ debugger;
3605
3605
  try {
3606
3606
  const row_idx = func.common.find_ROWID_idx(_ds, 'dataset');
3607
3607
 
@@ -3601,7 +3601,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3601
3601
  func.datasource.callback = async function (SESSION_ID, dsSessionP, na, rowIdP, jobNoP, NA_callingDataSourceP, NA_isInitP, nodeIdP) {
3602
3602
  var _session = SESSION_OBJ[SESSION_ID];
3603
3603
  var _ds = _session.DS_GLB[dsSessionP];
3604
-
3604
+ debugger;
3605
3605
  try {
3606
3606
  const row_idx = func.common.find_ROWID_idx(_ds, 'dataset');
3607
3607