Skip to content

Commit 4c45e44

Browse files
authored
fix: allow default killSignal setting via env (#1054)
1 parent daa30c1 commit 4c45e44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core.ts

+1
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,7 @@ export function resolveDefaults(
902902
'quiet',
903903
'timeout',
904904
'timeoutSignal',
905+
'killSignal',
905906
'prefix',
906907
'postfix',
907908
'shell',

0 commit comments

Comments
 (0)