fix(subprocess): honor Windows termination semantics
This commit is contained in:
@@ -853,7 +853,7 @@ export interface Config {
|
||||
* before the parent escalates to a signal.
|
||||
*/
|
||||
disposeEofGraceMs?: number
|
||||
/** Grace period (ms) between `SIGTERM` and the `SIGKILL` escalation on dispose. */
|
||||
/** POSIX grace period (ms) between `SIGTERM` and `SIGKILL`; unused on Windows. */
|
||||
disposeGraceMs?: number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user