Skip to content

Commit

Permalink
fix: let shell path be preconfigured via env
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 23, 2024
1 parent 999db3d commit b28be81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ export function resolveDefaults(
'timeoutSignal',
'prefix',
'postfix',
'shell',
])

return Object.entries(env).reduce<Options>((m, [k, v]) => {
Expand Down

0 comments on commit b28be81

Please # to comment.