feature/IO-2967-Better-Refetch-Handling - Add note to server.js

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-09-27 15:06:52 -04:00
parent 9b997d0924
commit 4e35f5402c

View File

@@ -216,4 +216,6 @@ main().catch((error) => {
error: error.message,
errorjson: JSON.stringify(error)
});
// Note: If we want the app to crash on all uncaught async operations, we would
// need to put a `process.exit(1);` here
});