We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whether I run tsx ./main.ts or node --loader tsx main.ts, the code runs, but threads don't stop spawning until OS kills the process.
tsx ./main.ts
node --loader tsx main.ts
It doesn't matter which code I run as long as it stays up. This doesn't seem to happen with node 19.
setInterval(() => { process.stderr.write(`\r${performance.now()}`); }, 1000);
System: OS: macOS 13.3 CPU: (8) arm64 Apple M1 Pro Memory: 3.12 GB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.0.0 - /opt/homebrew/bin/node npm: 9.6.4 - /opt/homebrew/bin/npm npmPackages: tsx: ^3.8.0 => 3.12.3
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Yes, seems like it.
Also:
Closing as it's a Node.js bug.
No branches or pull requests
Bug description
Whether I run
tsx ./main.ts
ornode --loader tsx main.ts
, the code runs, but threads don't stop spawning until OS kills the process.It doesn't matter which code I run as long as it stays up.
This doesn't seem to happen with node 19.
Reproduction
Environment
System: OS: macOS 13.3 CPU: (8) arm64 Apple M1 Pro Memory: 3.12 GB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.0.0 - /opt/homebrew/bin/node npm: 9.6.4 - /opt/homebrew/bin/npm npmPackages: tsx: ^3.8.0 => 3.12.3
Can you work on a fix?
The text was updated successfully, but these errors were encountered: