From 921fb0012bad8523b770043d7467c88f573081e2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 29 Jul 2018 05:34:08 +0900 Subject: [PATCH] Fix bug --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3cd4e5283..18eff8176 100644 --- a/src/index.ts +++ b/src/index.ts @@ -55,7 +55,7 @@ function main() { ev.mount(); } - if (!program.noDaemons) { + if (program.daemons) { serverStats(); notesStats(); }