1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-23 15:09:28 -05:00

Call main at the end ()

This commit is contained in:
Aya Morisawa 2018-11-19 12:58:58 +09:00 committed by syuilo
parent d5fed29df3
commit 23b64794a4

View file

@ -42,8 +42,6 @@ program
.parse(process.argv);
//#endregion
main();
/**
* Init process
*/
@ -246,3 +244,5 @@ process.on('exit', code => {
});
//#endregion
main();