mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Call main at the end (#3317)
This commit is contained in:
parent
f2e5348870
commit
97b43ec2c9
@ -42,8 +42,6 @@ program
|
||||
.parse(process.argv);
|
||||
//#endregion
|
||||
|
||||
main();
|
||||
|
||||
/**
|
||||
* Init process
|
||||
*/
|
||||
@ -246,3 +244,5 @@ process.on('exit', code => {
|
||||
});
|
||||
|
||||
//#endregion
|
||||
|
||||
main();
|
||||
|
Loading…
Reference in New Issue
Block a user