Skip to content
Snippets Groups Projects
Unverified Commit ba5a540c authored by syuilo's avatar syuilo
Browse files

Log misskey version

parent fb1e05c2
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment