diff --git a/server.js b/server.js index 2b3f8b06b..64e735cbd 100644 --- a/server.js +++ b/server.js @@ -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 });