diff --git a/server.js b/server.js index 2a76f0a1e836ba5b34fd24b92945bc56ceee507a..56a3bc3022bebcfbe9555b52bf67337c42c69da2 100644 --- a/server.js +++ b/server.js @@ -73,4 +73,5 @@ module.exports = (port, host, argv) => Promise.resolve() if (reason) { console.error(reason); } - throw reason; \ No newline at end of file + throw reason; + }); \ No newline at end of file