@xuda.io/runtime-bundle 1.0.376 → 1.0.378

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.
@@ -5319,6 +5319,7 @@ func.utils.get_drive_url = function (SESSION_ID, val, wrap) {
5319
5319
  }
5320
5320
 
5321
5321
  if (typeof val === 'object') {
5322
+ debugger;
5322
5323
  let str = JSON.stringify(val);
5323
5324
  if (str.includes('.') && str.includes('drv_') && str.length > 30) {
5324
5325
  let new_val = replaceFiletoURL(str);
@@ -7972,7 +7973,6 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
7972
7973
  var var_error_found;
7973
7974
  // merge arr values
7974
7975
  _.forEach(var_Arr, function (val, key) {
7975
- debugger;
7976
7976
  if (sourceP === 'UI Property EXP') {
7977
7977
  let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
7978
7978
  if (ret.changed) {
@@ -5319,6 +5319,7 @@ func.utils.get_drive_url = function (SESSION_ID, val, wrap) {
5319
5319
  }
5320
5320
 
5321
5321
  if (typeof val === 'object') {
5322
+ debugger;
5322
5323
  let str = JSON.stringify(val);
5323
5324
  if (str.includes('.') && str.includes('drv_') && str.length > 30) {
5324
5325
  let new_val = replaceFiletoURL(str);
@@ -7972,7 +7973,6 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
7972
7973
  var var_error_found;
7973
7974
  // merge arr values
7974
7975
  _.forEach(var_Arr, function (val, key) {
7975
- debugger;
7976
7976
  if (sourceP === 'UI Property EXP') {
7977
7977
  let ret = func.utils.get_drive_url(SESSION_ID, val.value, true);
7978
7978
  if (ret.changed) {