Closed
Description
- Version: v12.6.0
- Platform: Darwin 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64
- Subsystem: unknown
Run any script with &
in the shell, and the process hangs after it finishes instead of exiting.
AFAICT this is a regression from v12.0.0.
% node -e "console.log(5)" &
% 5
[1] + suspended (tty output) node -e "console.log(5)"
%