@xuda.io/xuda-worker-bundle-min 1.3.1398 → 1.3.1400
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
|
@@ -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);
|