Open benmerckx opened 1 month ago
1.1.27+267afa293
Microsoft Windows NT 10.0.22631.0 x64
// rest.js console.log(process.argv)
$ node ./rest.js -- rest [ '.../node.exe', '.../rest.js', '--', 'rest' ] $ bun ./rest.js -- rest [ ".../bun.exe", ".../rest.js", "rest" ]
No response
Also present in darwin-arm64 24.0.0 running bun 1.1.27
What version of Bun is running?
1.1.27+267afa293
What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
What steps can reproduce the bug?
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response