@xuda.io/runtime-bundle 1.0.375 → 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);