We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f120f1a commit 4b40c39Copy full SHA for 4b40c39
packages/node/src/parsers.ts
@@ -140,7 +140,7 @@ export async function parseStack(stack: stacktrace.StackFrame[]): Promise<StackF
140
});
141
142
try {
143
- return addPrePostContext(filesToRead, frames);
+ return await addPrePostContext(filesToRead, frames);
144
} catch (_) {
145
// This happens in electron for example where we are not able to read files from asar.
146
// So it's fine, we recover be just returning all frames without pre/post context.
0 commit comments