summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-08-17 05:33:20 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2018-08-17 05:33:20 +0900
commit431383ab546dd8a66bfd47dde8252000b6967b40 (patch)
tree928daec28212862fa9d6157380ed17952b378059 /src
parentMerge pull request #2272 from mei23/mei-0817-debuglog (diff)
downloadsharkey-431383ab546dd8a66bfd47dde8252000b6967b40.tar.gz
sharkey-431383ab546dd8a66bfd47dde8252000b6967b40.tar.bz2
sharkey-431383ab546dd8a66bfd47dde8252000b6967b40.zip
Clean up
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 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();