diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-11-06 03:31:16 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-06 03:31:16 +0900 |
| commit | 6c5a78aeb264ef458a2cea0bfe516172e8f1f5e7 (patch) | |
| tree | 04b47aea09ea273e54a8480cbc6dd58725e0b49f /src/index.ts | |
| parent | 10.40.0 (diff) | |
| download | misskey-6c5a78aeb264ef458a2cea0bfe516172e8f1f5e7.tar.gz misskey-6c5a78aeb264ef458a2cea0bfe516172e8f1f5e7.tar.bz2 misskey-6c5a78aeb264ef458a2cea0bfe516172e8f1f5e7.zip | |
Fix #3133 (#3134)
Diffstat (limited to 'src/index.ts')
| -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 259f5b1b0c..ae358105fb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -114,7 +114,7 @@ async function init(): Promise<Config> { Logger.info(`<<< Misskey v${pkg.version} >>>`); new Logger('Deps').info(`Node.js ${process.version}`); - MachineInfo.show(); + await MachineInfo.show(); EnvironmentInfo.show(); const configLogger = new Logger('Config'); |