lint
This commit is contained in:
parent
e5d95ba939
commit
985e3a25cb
@ -450,4 +450,4 @@ if (isWindows) {
|
||||
exports._makeLong = function(path) {
|
||||
return path;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -308,7 +308,7 @@ function processImmediate() {
|
||||
|
||||
if (immediate.domain) immediate.domain.exit();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
exports.setImmediate = function(callback) {
|
||||
|
@ -580,13 +580,13 @@
|
||||
|
||||
wrap.unref();
|
||||
|
||||
wrap.onsignal = function () { process.emit(type); };
|
||||
wrap.onsignal = function() { process.emit(type); };
|
||||
|
||||
var signum = startup.lazyConstants()[type];
|
||||
var r = wrap.start(signum);
|
||||
if (r) {
|
||||
wrap.close();
|
||||
throw errnoException(errno, "uv_signal_start");
|
||||
throw errnoException(errno, 'uv_signal_start');
|
||||
}
|
||||
|
||||
signalWraps[type] = wrap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user