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

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