@xuda.io/xuda-worker-bundle-min 1.3.1397 → 1.3.1399
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
|
@@ -7972,6 +7972,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
7972
7972
|
var var_error_found;
|
|
7973
7973
|
// merge arr values
|
|
7974
7974
|
_.forEach(var_Arr, function (val, key) {
|
|
7975
|
+
debugger;
|
|
7975
7976
|
if (sourceP === 'UI Property EXP') {
|
|
7976
7977
|
let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
|
|
7977
7978
|
if (ret.changed) {
|