@xuda.io/runtime-bundle 1.0.297 → 1.0.299

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.
@@ -5041,7 +5041,6 @@ func.datasource.del = function (SESSION_ID, dsP) {
5041
5041
  };
5042
5042
  func.datasource.update = async function (SESSION_ID, datasource_changes, update_local_scope_only, avoid_refresh) {
5043
5043
  return new Promise(async (resolve, reject) => {
5044
- debugger;
5045
5044
  var _session = SESSION_OBJ[SESSION_ID];
5046
5045
 
5047
5046
  if (_session.IS_API || typeof IS_MASTER_WEBSOCKET !== 'undefined' || typeof IS_PROCESS_SERVER !== 'undefined') {
@@ -5042,7 +5042,6 @@ func.datasource.del = function (SESSION_ID, dsP) {
5042
5042
  };
5043
5043
  func.datasource.update = async function (SESSION_ID, datasource_changes, update_local_scope_only, avoid_refresh) {
5044
5044
  return new Promise(async (resolve, reject) => {
5045
- debugger;
5046
5045
  var _session = SESSION_OBJ[SESSION_ID];
5047
5046
 
5048
5047
  if (_session.IS_API || typeof IS_MASTER_WEBSOCKET !== 'undefined' || typeof IS_PROCESS_SERVER !== 'undefined') {