From 92855054c3cb34a9737e7ce2da28bdf988d6d66a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 31 Dec 2016 11:02:52 +0900 Subject: [PATCH] Clean up: Removes consecutive blank line --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 211823418..75bfa3506 100644 --- a/src/index.ts +++ b/src/index.ts @@ -148,7 +148,6 @@ async function init(): Promise { 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;