Skip to content

Commit

Permalink
Update lib/internal/source_map/prepare_stack_trace.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
bcoe and BridgeAR committed Feb 24, 2022
1 parent c1275f8 commit 306ae15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/source_map/prepare_stack_trace.js
Expand Up @@ -106,7 +106,7 @@ const prepareStackTrace = (globalThis, error, trace) => {
}
}
} catch (err) {
debug(err.message);
debug(err);
}
return `${str}${t}`;
}), '');
Expand Down

0 comments on commit 306ae15

Please sign in to comment.