fix: restore proper runServer function closure

This commit is contained in:
Peter M. Elias
2024-12-28 03:19:51 -08:00
parent b8b7c1b784
commit e921c2725c

View File

@@ -312,4 +312,5 @@ async function runServer() {
runServer().catch((error) => {
console.error("Fatal error in main():", error);
process.exit(1);
process.exit(1);
});