Skip to content

Commit

Permalink
Merge 45abbe8 into d543a1e
Browse files Browse the repository at this point in the history
  • Loading branch information
David Newman committed Aug 1, 2017
2 parents d543a1e + 45abbe8 commit 58e5a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -50,7 +50,7 @@ function addShutdown(server) {
isShuttingDown = true;
server.close(function(err) {
if (cb) {
process.nextTick(function() { cb(err) });
process.nextTick(function() { cb(err); });
}
});

Expand Down

0 comments on commit 58e5a5e

Please sign in to comment.