Skip to content

Commit 45abbe8

Browse files
author
David Newman
authored
chore: add missing semi-colon
1 parent d543a1e commit 45abbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function addShutdown(server) {
5050
isShuttingDown = true;
5151
server.close(function(err) {
5252
if (cb) {
53-
process.nextTick(function() { cb(err) });
53+
process.nextTick(function() { cb(err); });
5454
}
5555
});
5656

0 commit comments

Comments
 (0)