@xuda.io/runtime-bundle 1.0.487 → 1.0.488
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 +3 -3
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +3 -3
- package/js/xuda-runtime-slim.min.es.js +3 -3
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +3 -3
- package/js/xuda-worker-bundle.js +3 -3
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -35039,10 +35039,10 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
35039
35039
|
return await variable_not_exist();
|
|
35040
35040
|
}
|
|
35041
35041
|
|
|
35042
|
-
var split = [];
|
|
35042
|
+
// var split = [];
|
|
35043
35043
|
var var_Arr = [];
|
|
35044
|
-
split = func.expression.parse(ret);
|
|
35045
|
-
|
|
35044
|
+
const split = func.expression.parse(ret) || [];
|
|
35045
|
+
console.log(valP, split);
|
|
35046
35046
|
for await (const [arr_key, val] of Object.entries(split)) {
|
|
35047
35047
|
// run each field
|
|
35048
35048
|
const key = Number(arr_key);
|