Enable npm and library tests on windows
This commit is contained in:
committed by
Moritz Kobitzsch
parent
bd2a5ebe10
commit
f48bbb78de
@@ -11,7 +11,7 @@ module.exports = {
|
||||
|
||||
errorReason: (err) => {
|
||||
return err.signal ?
|
||||
util.format('killed by signal %s', err.signal) :
|
||||
util.format('exited with code %d', err.code);
|
||||
'killed by signal ' + err.signal :
|
||||
'exited with code ' + err.code;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user