Fix typo
This commit is contained in:
parent
3f960d4632
commit
4ff2661cc8
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ async function init(): Promise<State> {
|
|||
checkDependencies();
|
||||
|
||||
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
|
||||
Logger.error('You need root privilages to listen on port below 1024 on Linux');
|
||||
Logger.error('You need root privileges to listen on port below 1024 on Linux');
|
||||
return State.failed;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue