Skip to content

Commit

Permalink
windows: enable watching signals with process.on('SIGXYZ')
Browse files Browse the repository at this point in the history
This reverts commit ea1cba6.

The offending commit was intended to land on the v0.8 branch only, but
it accidentally got merged at some point.

Closes nodejs#5054.
  • Loading branch information
piscisaureus committed Mar 19, 2013
1 parent 8019800 commit bf83251
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/node.js
Expand Up @@ -733,10 +733,6 @@
};

startup.processSignalHandlers = function() {
// Not supported on Windows.
if (process.platform === 'win32')
return;

// Load events module in order to access prototype elements on process like
// process.addListener.
var signalWraps = {};
Expand Down

0 comments on commit bf83251

Please sign in to comment.