You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When logging a simple error when using bun:
log.fatal(new Error("I am a pretty Error with a stacktrace."));
The output log is somehow broken with many empty lines:
Error I am a pretty Error with a stacktrace., 26, 20, 26, 20, /Users/foo/Projects/bar/baz/src/app.ts
error stack:
• app.ts module code
/src/app.ts:26
•
•
•
•
Bun's goal is to have full node compatability. If a package does not work in bun but does in node, the issue should be opened in bun, not the package itself.
Describe the bug
When logging a simple error when using bun:
The output log is somehow broken with many empty lines:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No see empty lines
Bun Version
1.1.0
The text was updated successfully, but these errors were encountered: