Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Windows native cannot CTRL-C terminate process in 0.5.8 #1813

Closed
gwilym opened this issue Oct 1, 2011 · 1 comment
Closed

Windows native cannot CTRL-C terminate process in 0.5.8 #1813

gwilym opened this issue Oct 1, 2011 · 1 comment
Assignees
Milestone

Comments

@gwilym
Copy link

gwilym commented Oct 1, 2011

Windows 7

simple test file, foo.js

setInterval(function(){}, 1000);

node foo.js

at this point, in 0.5.7 I can hit ctrl-c to terminate node.exe

in 0.5.8 this does nothing and I have to kill the process manually some other way (task manager, etc.)

@ghost ghost assigned piscisaureus Oct 2, 2011
sh1mmer pushed a commit to sh1mmer/node that referenced this issue Oct 9, 2011
@studgeek
Copy link

Should this be reopened since the commit that fixed/closed it has been removed or perhaps it should be rolled into issue 1553?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants