test with lint error
All checks were successful
Code quality checks / quality (push) Successful in 6s
All checks were successful
Code quality checks / quality (push) Successful in 6s
This commit is contained in:
parent
3f170a796f
commit
22bec1bde6
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ async function main(): Promise<void> {
|
||||||
}
|
}
|
||||||
|
|
||||||
main().catch((error: Error) => {
|
main().catch((error: Error) => {
|
||||||
|
|
||||||
logger.error(["Error initializing the server:", error]);
|
logger.error(["Error initializing the server:", error]);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue