test with lint error
All checks were successful
Code quality checks / quality (push) Successful in 6s

This commit is contained in:
creations 2025-04-10 06:16:59 -04:00
parent 3f170a796f
commit 22bec1bde6
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -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);
}); });