@xuda.io/runtime-bundle 1.0.1298 → 1.0.1299

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.
@@ -3276,7 +3276,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
3276
3276
  console.log('DATASOURCE_REFRESH', dataSourceNoP);
3277
3277
  IS_DATASOURCE_REFRESH = true;
3278
3278
  _ds.refreshed = true;
3279
- debugger;
3279
+
3280
3280
  if (_ds.watcher) {
3281
3281
  _.set(_ds, _ds.watcher.path, _ds.watcher.newValue);
3282
3282
  }
@@ -3277,7 +3277,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
3277
3277
  console.log('DATASOURCE_REFRESH', dataSourceNoP);
3278
3278
  IS_DATASOURCE_REFRESH = true;
3279
3279
  _ds.refreshed = true;
3280
- debugger;
3280
+
3281
3281
  if (_ds.watcher) {
3282
3282
  _.set(_ds, _ds.watcher.path, _ds.watcher.newValue);
3283
3283
  }