You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You never know how external services may use node executable.
This is actually a problem if I'm using VSCode to debug a node application.
This one is a little bit more tricky to figure out.
One option is to never open tty by default and have users pass --tty option if the want to run a repl.
Another option is to do some basic parsing of node arguments and figure out if I need tty from that; but this could be complicated because cli is different between node versions.
You never know how external services may use node executable.This is actually a problem if I'm using VSCode to debug a node application.
This one is a little bit more tricky to figure out.
The text was updated successfully, but these errors were encountered: