@xuda.io/runtime-bundle 1.0.596 → 1.0.598

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.
@@ -6613,6 +6613,7 @@ func.events.add_to_queue = async function (
6613
6613
  job_num: _session.WORKER_OBJ.num,
6614
6614
  };
6615
6615
  var _ds = _session.DS_GLB[dsSessionP];
6616
+ if (!_ds) return;
6616
6617
  if (typeof dsSessionP !== 'undefined' && dsSessionP !== null) {
6617
6618
  obj.prog_id = _ds.prog_id;
6618
6619
  obj.parentDataSourceNo = _ds.parentDataSourceNo;
@@ -6613,6 +6613,7 @@ func.events.add_to_queue = async function (
6613
6613
  job_num: _session.WORKER_OBJ.num,
6614
6614
  };
6615
6615
  var _ds = _session.DS_GLB[dsSessionP];
6616
+ if (!_ds) return;
6616
6617
  if (typeof dsSessionP !== 'undefined' && dsSessionP !== null) {
6617
6618
  obj.prog_id = _ds.prog_id;
6618
6619
  obj.parentDataSourceNo = _ds.parentDataSourceNo;