summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 44d42f94c1..879e5ceee1 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -127,7 +127,7 @@ async function init(): Promise<Config> {
}
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);
}