Commit f214758d authored by Nathan Rajlich's avatar Nathan Rajlich Committed by Bert Belder
Browse files

repl: better SIGINT handling behavior

Before:

 ~ (master)  node
> asdf
(^C again to quit)
> sdcasd ~ (master) 

Now:

 ~/node (repl)  ./node
> asfs
> sda
>
(^C again to quit)
> scdsdc
> sdcsdc
>
(^C again to quit)
> sdc
>
(^C again to quit)
>
 ~/node (repl) 

^ note that each new line above is a ctrl+c sequence
parent 6b5a34cd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment