Skip to content

Commit f514857

Browse files
committed
Apply process env after defaults
1 parent c6fad3f commit f514857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/transport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ function createStdioTransport(options: TransportOptions): Transport {
3838
const defaultEnv = getDefaultEnvironment();
3939

4040
const env: Record<string, string> = {
41-
...processEnv,
4241
...defaultEnv,
42+
...processEnv,
4343
};
4444

4545
const { cmd: actualCommand, args: actualArgs } = findActualExecutable(

0 commit comments

Comments
 (0)