Open
Description
openedon Mar 6, 2024
What version of Bun is running?
1.0.30
What platform is your computer?
mac
What steps can reproduce the bug?
console.log(SuppressedError.length); // => 2
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
In the spec draft, the third argument (like message
arguments in all other error constructors) is not optional https://github.com/tc39/proposal-explicit-resource-management/blob/8b709793a07d4ffec0a90baa92bfbf7e7208df6b/spec.emu#L4170
Activity