tried adding process.nexttick - didn't help

This commit is contained in:
Gareth Jones
2013-08-05 07:56:02 +10:00
parent 9f77734f74
commit 2a38f460dc

View File

@@ -316,7 +316,7 @@ function shutdown(cb) {
done();
}
},
cb
function() { process.nextTick(cb); }
);
}