lint
This commit is contained in:
parent
e5d95ba939
commit
985e3a25cb
@ -308,7 +308,7 @@ function processImmediate() {
|
||||
|
||||
if (immediate.domain) immediate.domain.exit();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
exports.setImmediate = function(callback) {
|
||||
|
@ -586,7 +586,7 @@
|
||||
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