disable simple/test-signal-handler on Windows
This commit is contained in:
parent
5ebc05f560
commit
e10bd5177f
@ -20,7 +20,10 @@
|
|||||||
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// 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 common = require('../common');
|
||||||
var assert = require('assert');
|
var assert = require('assert');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user