@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.
- package/js/xuda-runtime-bundle.js +69 -76
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +69 -76
- package/js/xuda-runtime-slim.min.es.js +69 -76
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -0
- package/js/xuda-worker-bundle.js +1 -0
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -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;
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -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;
|