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
^C or ^D do not exit the REPL when TERM=dumb is set. Is this expected?
$ TERM=dumb nodeWelcome to Node.js v12.8.0.Type ".help" for more information.
>
[press ^C](To exit, press ^C again or ^D or type .exit)[press ^C]
>
[press ^D]
>
[press ^D]>.exit[finally out of it]