summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-28 18:01:49 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-28 18:01:49 +0900
commit2bdad9c4114785397dcaaa0cb17deb05beaf360c (patch)
tree1466dcdc75a726ef978aeaf19dfcf2210f4e89b8 /src
parent:v: (diff)
downloadmisskey-2bdad9c4114785397dcaaa0cb17deb05beaf360c.tar.gz
misskey-2bdad9c4114785397dcaaa0cb17deb05beaf360c.tar.bz2
misskey-2bdad9c4114785397dcaaa0cb17deb05beaf360c.zip
:v:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 41d4d7ce01..3cd4e52834 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -27,7 +27,7 @@ const clusterLog = debug('misskey:cluster');
const ev = new Xev();
if (process.env.NODE_ENV != 'production') {
- process.env.DEBUG = 'misskey:*';
+ debug.enable('misskey');
}
const pkg = require('../package.json');