Skip to content

Commit

Permalink
fix: let shell path be preconfigured via env (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Dec 23, 2024
1 parent 999db3d commit 80fc17a
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 80fc17a

Please sign in to comment.