Update bundle.sh
This commit is contained in:
@@ -154,7 +154,6 @@ global.Entry = function () {
|
||||
return Reflect.apply(doric.jsObtainEntry(contextId), doric, arguments);
|
||||
}
|
||||
else {
|
||||
console.log(new Error().stack);
|
||||
const jsFile = (_c = (_b = (_a = new Error().stack) === null || _a === void 0 ? void 0 : _a.split("\n").map(e => e.match(/at\s__decorate.*?\s\((.*?)\)/)).find(e => !!e)) === null || _b === void 0 ? void 0 : _b[1].match(/(.*?\.js)/)) === null || _c === void 0 ? void 0 : _c[1];
|
||||
if (!jsFile) {
|
||||
throw new Error("Cannot find debugging file");
|
||||
|
||||
Reference in New Issue
Block a user