Update log message

This commit is contained in:
Aya Morisawa 2016-12-30 02:56:37 +09:00
parent 774e542424
commit a81d908a4d
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ async function init(): Promise<State> {
// Check if a port is being used
if (await portUsed.check(config.port)) {
Logger.error(`Port: ${config.port} is already used!`);
Logger.error(`Port ${config.port} is already used`);
return State.failed;
}