@ws-ui/shared 0.2.32 → 0.3.1
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/services/explorer.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -13480,7 +13480,7 @@ function A2(e) {
|
|
|
13480
13480
|
content: ["4dm", "4qm", "4qs"].includes(r.ext) ? hc(r.content) : r.content
|
|
13481
13481
|
}).catch((r) => {
|
|
13482
13482
|
var n, o;
|
|
13483
|
-
((o = (n = r.data) == null ? void 0 : n.__ERROR[0]) == null ? void 0 : o.errCode) === 1839 && vm(e.path);
|
|
13483
|
+
throw ((o = (n = r.data) == null ? void 0 : n.__ERROR[0]) == null ? void 0 : o.errCode) === 1839 && vm(e.path), r;
|
|
13484
13484
|
});
|
|
13485
13485
|
}
|
|
13486
13486
|
function I2(e) {
|