mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
disable simple/test-signal-handler on Windows
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
|
||||
|
||||
// SIGUSR1 and SIGHUP are not supported on Windows
|
||||
if (process.platform === 'win32') {
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
var common = require('../common');
|
||||
var assert = require('assert');
|
||||
|
||||
Reference in New Issue
Block a user