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
Linux 5.15.133.1-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
You have to create a simple server project using bun.
Install winston library on project : https://www.npmjs.com/package/winston
Here is an code example:
On a node project, when you decomment this line throw new Error("Something failed during startup.");, it save the error in exceptions.log.
While, on a bun project nothing happen execpt print an error on console when you are in watch mode.
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.0.23+83f2432da
What platform is your computer?
Linux 5.15.133.1-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
You have to create a simple server project using bun.
Install winston library on project : https://www.npmjs.com/package/winston
Here is an code example:
What is the expected behavior?
On a node project, when you decomment this line
throw new Error("Something failed during startup.");
, it save the error in exceptions.log.While, on a bun project nothing happen execpt print an error on console when you are in watch mode.
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: