@xuda.io/xuda-worker-bundle-min 1.3.1382 → 1.3.1383
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/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -7978,6 +7978,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
7978
7978
|
var var_error_found;
|
|
7979
7979
|
// merge arr values
|
|
7980
7980
|
_.forEach(var_Arr, function (val, key) {
|
|
7981
|
+
debugger;
|
|
7981
7982
|
if (sourceP === 'UI Property EXP') {
|
|
7982
7983
|
let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
|
|
7983
7984
|
if (ret.changed) {
|