this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Exit 1 if metrics server shutdown failed

alice 85133707 4a5360b0

+1
+1
src/index.ts
··· 20 20 await stopMetricsServer(); 21 21 } catch (error) { 22 22 logger.error(`Error closing Metrics server: ${(error as Error).message}`); 23 + process.exit(1); 23 24 } 24 25 25 26 process.exit(0);