Update index.ts
This commit is contained in:
parent
bdcc0f4839
commit
adb42fe60b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue