Fix typo
This commit is contained in:
parent
3f960d4632
commit
4ff2661cc8
|
@ -178,7 +178,7 @@ async function init(): Promise<State> {
|
||||||
checkDependencies();
|
checkDependencies();
|
||||||
|
|
||||||
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
|
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;
|
return State.failed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue