Skip to content

Commit

Permalink
fix: remove unreachable code path
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jan 12, 2024
1 parent fdc7606 commit c0954f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/make-spawn-args.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ const makeSpawnArgs = options => {
path,
scriptShell = true,
binPaths,
env = {},
env,
stdio,
cmd,
args = [],
args,
stdioString,
} = options

Expand Down

0 comments on commit c0954f2

Please sign in to comment.