close-with-grace icon indicating copy to clipboard operation
close-with-grace copied to clipboard

Exit your process, gracefully (if possible) - for Node.js

Results 1 close-with-grace issues
Sort by recently updated
recently updated
newest added

With ```js const closeListeners = closeWithGrace( { delay: 500 }, async ({ err }) => { if (err) { fastify.log.error(err); } await fastify.close(); }, ); ``` I get ``` 1....