Skip to content

Commit 72e598e

Browse files
committed
chore: update bundle dist
1 parent 0cb959a commit 72e598e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

dist/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
1212
throw Error('Dynamic require of "' + x + '" is not supported');
1313
});
1414
var __commonJS = (cb, mod) => function __require2() {
15-
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
15+
try {
16+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
17+
} catch (e) {
18+
throw mod = 0, e;
19+
}
1620
};
1721
var __copyProps = (to, from, except, desc) => {
1822
if (from && typeof from === "object" || typeof from === "function") {

0 commit comments

Comments
 (0)