typo: invoke the function

This commit is contained in:
Girish Ramakrishnan
2024-01-23 11:44:55 +01:00
parent d3551826c1
commit c95bb248fb
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}