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.
2 parents fb925b1 + 1232c25 commit ca9b48aCopy full SHA for ca9b48a
src/index.ts
@@ -59,7 +59,7 @@ function prepareStackTraceWithSourceModules(error: Error, frames: CallSite[]): s
59
60
const moduleInformation = collectModuleInformation(frames);
61
if (moduleInformation) {
62
- return originalStack + '\n' + collectModuleInformation(frames);
+ return originalStack + '\n' + moduleInformation;
63
}
64
65
return originalStack;
0 commit comments