@xuda.io/runtime-bundle 1.0.527 → 1.0.529
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 +1 -0
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -0
- package/js/xuda-runtime-slim.min.es.js +1 -0
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda_worker.js +33 -57
- package/js/xuda_worker.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -9247,6 +9247,7 @@ func.UI.worker.find_job_index = function (SESSION_ID, jobNoP) {
|
|
|
9247
9247
|
};
|
|
9248
9248
|
|
|
9249
9249
|
func.UI.ds_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0], re_check) {
|
|
9250
|
+
return;
|
|
9250
9251
|
let _session = SESSION_OBJ[SESSION_ID];
|
|
9251
9252
|
|
|
9252
9253
|
const _data_system = _session?.DS_GLB?.[0]?.data_system;
|
|
@@ -9248,6 +9248,7 @@ func.UI.worker.find_job_index = function (SESSION_ID, jobNoP) {
|
|
|
9248
9248
|
};
|
|
9249
9249
|
|
|
9250
9250
|
func.UI.ds_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0], re_check) {
|
|
9251
|
+
return;
|
|
9251
9252
|
let _session = SESSION_OBJ[SESSION_ID];
|
|
9252
9253
|
|
|
9253
9254
|
const _data_system = _session?.DS_GLB?.[0]?.data_system;
|