What steps can reproduce the bug? In Node.js, if you attach custom properties to an array, console.log will print both the array elements and the extra properties — even if the array is empty. In Bun, ...