1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 19:35:11 +02:00
This commit is contained in:
Aya Morisawa
2018-08-17 05:33:20 +09:00
parent 7a8d252f63
commit 431383ab54

View File

@@ -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();