diff --git a/src/index.ts b/src/index.ts index 44d42f94c..879e5ceee 100644 --- a/src/index.ts +++ b/src/index.ts @@ -127,7 +127,7 @@ async function init(): Promise { } if (await portscanner.checkPortStatus(config.port, '127.0.0.1') === 'open') { - Logger.error(`Port ${config.port} is already in use`) + Logger.error(`Port ${config.port} is already in use`); process.exit(1); }