@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.
@@ -28678,7 +28678,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
28678
28678
  console.log('DATASOURCE_REFRESH', dataSourceNoP);
28679
28679
  IS_DATASOURCE_REFRESH = true;
28680
28680
  _ds.refreshed = true;
28681
- debugger;
28681
+
28682
28682
  if (_ds.watcher) {
28683
28683
  _.set(_ds, _ds.watcher.path, _ds.watcher.newValue);
28684
28684
  }