Add missing semicolon
This commit is contained in:
parent
874837666c
commit
98ea238087
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user