You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/lorypelli/server repository running scripts/index.ts both with bun and deno (just because node doesn't support typescript out-of-the-box) https://npmjs.com/fcy (npm version of that)
I'm using node:child_process
What is the expected behavior?
it should work in both cases, when doing bun scripts/index.ts and bunx fcy
What do you see instead?
You can see that bun prints SystemError: null if hitting CTRL + C when asked if using default options, while deno prints Error: Command failed.
But if instead I try bunx fcy (using npm version linked above), it prints the same as deno, so it does work
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.42+50eec0025
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64
What steps can reproduce the bug?
https://github.com/lorypelli/server repository running
scripts/index.ts
both withbun
anddeno
(just becausenode
doesn't support typescript out-of-the-box)https://npmjs.com/fcy (npm version of that)
I'm using
node:child_process
What is the expected behavior?
it should work in both cases, when doing
bun scripts/index.ts
andbunx fcy
What do you see instead?
You can see that
bun
printsSystemError: null
if hitting CTRL + C when asked if using default options, whiledeno
printsError: Command failed
.But if instead I try
bunx fcy
(using npm version linked above), it prints the same asdeno
, so it does workAdditional information
No response
The text was updated successfully, but these errors were encountered: