expand testing on Node.js versions (#3779)

This commit is contained in:
Alex Lam S.L
2020-04-14 03:13:42 +01:00
committed by GitHub
parent 77261e1ee0
commit c4d28e3b2a
8 changed files with 24 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ process.exit = function() {
process.once("uncaughtException", function() {
(function callback() {
if (process.stdout.bufferSize || process.stderr.bufferSize) {
setImmediate(callback);
setTimeout(callback, 1);
} else {
exit.apply(process, args);
}