@vived/sandbox 1.4.1 → 1.4.2
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -6004,7 +6004,7 @@ class $O extends Ah {
|
|
|
6004
6004
|
return;
|
|
6005
6005
|
}
|
|
6006
6006
|
this.getAssetUC.getAsset(r).then((s) => {
|
|
6007
|
-
i(s.fileURL ? s.
|
|
6007
|
+
s.fileURL ? i(s.fileURL) : s.blobURL ? i(s.blobURL) : i(void 0);
|
|
6008
6008
|
}).catch((s) => {
|
|
6009
6009
|
this.error(s.message), i(void 0);
|
|
6010
6010
|
});
|