@xuda.io/runtime-bundle 1.0.376 → 1.0.377

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.
@@ -6944,6 +6944,7 @@ func.utils.get_drive_url = function (SESSION_ID, val, wrap) {
6944
6944
  }
6945
6945
 
6946
6946
  if (typeof val === 'object') {
6947
+ debugger;
6947
6948
  let str = JSON.stringify(val);
6948
6949
  if (str.includes('.') && str.includes('drv_') && str.length > 30) {
6949
6950
  let new_val = replaceFiletoURL(str);
@@ -14292,7 +14293,6 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
14292
14293
  var var_error_found;
14293
14294
  // merge arr values
14294
14295
  _.forEach(var_Arr, function (val, key) {
14295
- debugger;
14296
14296
  if (sourceP === 'UI Property EXP') {
14297
14297
  let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
14298
14298
  if (ret.changed) {