diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-08-17 05:33:20 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-08-17 05:33:20 +0900 |
| commit | 431383ab546dd8a66bfd47dde8252000b6967b40 (patch) | |
| tree | 928daec28212862fa9d6157380ed17952b378059 /src | |
| parent | Merge pull request #2272 from mei23/mei-0817-debuglog (diff) | |
| download | sharkey-431383ab546dd8a66bfd47dde8252000b6967b40.tar.gz sharkey-431383ab546dd8a66bfd47dde8252000b6967b40.tar.bz2 sharkey-431383ab546dd8a66bfd47dde8252000b6967b40.zip | |
Clean up
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 880bb5a452..086e665679 100644 --- a/src/index.ts +++ b/src/index.ts @@ -112,7 +112,7 @@ async function workerMain() { async function init(): Promise<Config> { Logger.info('Welcome to Misskey!'); - (new Logger('Deps')).info(`Node.js ${process.version}`); + new Logger('Deps').info(`Node.js ${process.version}`); MachineInfo.show(); EnvironmentInfo.show(); new DependencyInfo().showAll(); |