@xuda.io/xuda-worker-bundle-min 1.3.1099 → 1.3.1101
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/index.js +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2101,6 +2101,7 @@ func.datasource.execute = async function (
|
|
|
2101
2101
|
dataSourceSession,
|
|
2102
2102
|
IS_DATASOURCE_REFRESH
|
|
2103
2103
|
) {
|
|
2104
|
+
debugger
|
|
2104
2105
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
2105
2106
|
var _ds = _session.DS_GLB[dataSourceSession];
|
|
2106
2107
|
var args = _ds.args;
|
|
@@ -2631,6 +2632,7 @@ func.datasource.execute = async function (
|
|
|
2631
2632
|
}
|
|
2632
2633
|
|
|
2633
2634
|
case "batch": {
|
|
2635
|
+
debugger
|
|
2634
2636
|
let has_datasource = await calc_batch_loops();
|
|
2635
2637
|
|
|
2636
2638
|
_raw_data_rows = _ds?.v.raw_data?.rows || [];
|