Clean up: Removes consecutive blank line
This commit is contained in:
parent
b2467688bc
commit
92855054c3
@ -148,7 +148,6 @@ async function init(): Promise<State> {
|
|||||||
configLogger.info('Successfully loaded');
|
configLogger.info('Successfully loaded');
|
||||||
configLogger.info(`maintainer: ${config.maintainer}`);
|
configLogger.info(`maintainer: ${config.maintainer}`);
|
||||||
|
|
||||||
|
|
||||||
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
|
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
|
||||||
Logger.error('You need root privileges 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
Block a user