This commit is contained in:
parent
9deedd23cc
commit
f30e763dd7
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ 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