@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.
- package/js/xuda-runtime-bundle.js +1 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -1
- package/js/xuda-runtime-slim.min.es.js +1 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -5225,7 +5225,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
5225
5225
|
func.datasource.callback = async function (SESSION_ID, dsSessionP, na, rowIdP, jobNoP, NA_callingDataSourceP, NA_isInitP, nodeIdP) {
|
|
5226
5226
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
5227
5227
|
var _ds = _session.DS_GLB[dsSessionP];
|
|
5228
|
-
|
|
5228
|
+
debugger;
|
|
5229
5229
|
try {
|
|
5230
5230
|
const row_idx = func.common.find_ROWID_idx(_ds, 'dataset');
|
|
5231
5231
|
|
|
@@ -5226,7 +5226,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
5226
5226
|
func.datasource.callback = async function (SESSION_ID, dsSessionP, na, rowIdP, jobNoP, NA_callingDataSourceP, NA_isInitP, nodeIdP) {
|
|
5227
5227
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
5228
5228
|
var _ds = _session.DS_GLB[dsSessionP];
|
|
5229
|
-
|
|
5229
|
+
debugger;
|
|
5230
5230
|
try {
|
|
5231
5231
|
const row_idx = func.common.find_ROWID_idx(_ds, 'dataset');
|
|
5232
5232
|
|