typo: invoke the function
This commit is contained in:
@@ -399,7 +399,7 @@ async function stop() {
|
||||
|
||||
debug('stopping server');
|
||||
|
||||
await util.promisify(gServer.close.bind(gServer));
|
||||
await util.promisify(gServer.close.bind(gServer))();
|
||||
gServer = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user