-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node parity: process.stdin.ref
is undefined
#16718
Comments
process.stdin.ref
is undefinedprocess.stdin.ref
is undefined
Interesting, in Edit: |
I think I felt the effects of that before without knowing what was going on. We had to manually resume the stream at the top of the program with |
Based, awesome job @Jarred-Sumner. |
What version of Bun is running?
1.2.0-canary.15+8f821b791
What platform is your computer?
Darwin 24.2.0 arm64 arm
What steps can reproduce the bug?
What is the expected behavior?
process.stdin.ref()
is meant to provide a reference to this stream.It's used in libraries like
ink
, which used to work for Bun but now breaks on latest (release and canary).What do you see instead?
process.stdin.ref
is undefined.Related
The text was updated successfully, but these errors were encountered: