Call main at the end (#3317)
This commit is contained in:
parent
d5fed29df3
commit
23b64794a4
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,6 @@ program
|
||||||
.parse(process.argv);
|
.parse(process.argv);
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
main();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Init process
|
* Init process
|
||||||
*/
|
*/
|
||||||
|
@ -246,3 +244,5 @@ process.on('exit', code => {
|
||||||
});
|
});
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
|
main();
|
||||||
|
|
Loading…
Reference in a new issue