mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Log misskey version
This commit is contained in:
parent
5d757f8cf4
commit
cb5a32665a
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ async function workerMain() {
|
|||
*/
|
||||
async function init(): Promise<Config> {
|
||||
Logger.info('Welcome to Misskey!');
|
||||
Logger.info(`<<< Misskey v${pkg.version} >>>`);
|
||||
|
||||
new Logger('Deps').info(`Node.js ${process.version}`);
|
||||
MachineInfo.show();
|
||||
|
|
Loading…
Reference in a new issue