Open Tomato6966 opened 6 days ago
It's because when i initialize those ELs:
process.on('SIGINT', () => process.exit());
process.on('SIGUSR1', () => process.exit());
process.on('SIGUSR2', () => process.exit());
It seems like it's only because of this: SIGUSR1
We probably need to disable SIGUSR1. SIGUSR1 is used by the GC to signal collection
What version of Bun is running?
1.1.34+5e5e7c60f
What platform is your computer?
5.15.167.4-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
When running a file.ts which scans readdir("path", { recursive }) and then map over all result strings to add the "path" infront, bun doesn't complete the map
I'm on ubuntu 22 via wsl
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response