diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-28 18:01:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-28 18:01:49 +0900 |
| commit | 2bdad9c4114785397dcaaa0cb17deb05beaf360c (patch) | |
| tree | 1466dcdc75a726ef978aeaf19dfcf2210f4e89b8 /src | |
| parent | :v: (diff) | |
| download | misskey-2bdad9c4114785397dcaaa0cb17deb05beaf360c.tar.gz misskey-2bdad9c4114785397dcaaa0cb17deb05beaf360c.tar.bz2 misskey-2bdad9c4114785397dcaaa0cb17deb05beaf360c.zip | |
:v:
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 2 |
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'); |