Update index.ts

This commit is contained in:
syuilo⭐️ 2017-01-19 09:53:29 +09:00 committed by GitHub
parent bdcc0f4839
commit adb42fe60b

View file

@ -116,7 +116,7 @@ async function init(): Promise<InitResult> {
let warn = false;
Logger.info('Welcome to Misskey!');
Logger.info(chalk.bold('Misskey Core <aoi>'));
Logger.info(chalk.bold('Misskey <aoi>'));
Logger.info('Initializing...');
await LastCommitInfo.show();