fix(shutdown): kill full child process trees and add synchronous exit handler to force-kill remaining child processes

This commit is contained in:
2026-03-03 22:34:01 +00:00
parent 2e5b26c9cf
commit 1986b3a421
3 changed files with 39 additions and 16 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartexit',
version: '1.1.0',
version: '1.1.1',
description: 'A library for managing graceful shutdowns of Node.js processes by handling cleanup operations, including terminating child processes.'
}