Open
Description
Version
v22.5.1
Platform
Linux archlinux 6.10.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 27 Jul 2024 16:49:55 +0000 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
printf 'console.log(1)' | node /dev/stdin
How often does it reproduce? Is there a required condition?
every time
What is the expected behavior? Why is that the expected behavior?
1
What do you see instead?
node:fs:453
return binding.readFileUtf8(path, stringToFlags(options.flag));
^
Error: ENOENT: no such file or directory, open '/proc/2513530/fd/pipe:[611889]'
Additional information
related so problem https://stackoverflow.com/q/77488707/13040423