Skip to content

Commit c0954f2

Browse files
committed
fix: remove unreachable code path
1 parent fdc7606 commit c0954f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/make-spawn-args.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const makeSpawnArgs = options => {
99
path,
1010
scriptShell = true,
1111
binPaths,
12-
env = {},
12+
env,
1313
stdio,
1414
cmd,
15-
args = [],
15+
args,
1616
stdioString,
1717
} = options
1818

0 commit comments

Comments
 (0)