What version of Bun is running?
1.2.15-canary.63+df017990a
What platform is your computer?
Darwin 24.4.0 arm64 arm
What steps can reproduce the bug?
console.assert(false, "message");
What is the expected behavior?
$ node -e 'console.assert(false, "message")'
Assertion failed: message
What do you see instead?
$ bun -e 'console.assert(false, "message")'
message
Additional information
No response