Skip to content

Commit 690847b

Browse files
committed
huh.. Path vs PATH on windows???
1 parent c6a6fdf commit 690847b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const mkCommand = cmd => (args, options = {}) => {
2424
{
2525
env: Object.assign(
2626
process.env,
27+
{PATH: process.env.PATH || process.env.Path},
2728
{ SLS_DEBUG: 't' },
2829
process.env.CI ? { LC_ALL: 'C.UTF-8', LANG: 'C.UTF-8' } : {}
2930
)

0 commit comments

Comments
 (0)