### What version of Bun is running? 1.0.30 ### What platform is your computer? mac ### What steps can reproduce the bug? ```js new SuppressedError(1, 2, 3, { cause: 4 }).cause; // => 4, should be undefined ``` ### What is the expected behavior? _No response_ ### What do you see instead? _No response_ ### Additional information It was removed from the proposal more than a year ago, https://github.com/tc39/proposal-explicit-resource-management/issues/147