1
0
Fork 1
mirror of https://example.com synced 2024-11-24 07:16:38 +09:00

Clean up: Removes consecutive blank line

This commit is contained in:
syuilo 2016-12-31 11:02:52 +09:00
parent b2467688bc
commit 92855054c3

View file

@ -148,7 +148,6 @@ async function init(): Promise<State> {
configLogger.info('Successfully loaded');
configLogger.info(`maintainer: ${config.maintainer}`);
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
Logger.error('You need root privileges to listen on port below 1024 on Linux');
return State.failed;