We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Platform in Linux x64
Node version 6.0.0
repro:
% node > while(true){}
CTRL-C does nothing
Since the process handles SIGINT fine when sent via kill I think this is due to ->Run in v8 somehow blocking all keyboard input.
->Run