forked from FoundKeyGang/FoundKey
Fix fusion
This commit is contained in:
parent
23a0aead9f
commit
3a035c481e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ async function masterMain() {
|
||||||
|
|
||||||
bootLogger.info('Welcome to Misskey!');
|
bootLogger.info('Welcome to Misskey!');
|
||||||
bootLogger.info(`Misskey v${pkg.version}`, true);
|
bootLogger.info(`Misskey v${pkg.version}`, true);
|
||||||
bootLogger.info('Misskey is maintained by @syuilo, @AyaMorisawa, @mei23 and @acid-chicken.');
|
bootLogger.info('Misskey is maintained by @syuilo, @AyaMorisawa, @mei23, and @acid-chicken.');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// initialize app
|
// initialize app
|
||||||
|
|
Loading…
Reference in a new issue