We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fad3f commit f514857Copy full SHA for f514857
cli/src/transport.ts
@@ -38,8 +38,8 @@ function createStdioTransport(options: TransportOptions): Transport {
38
const defaultEnv = getDefaultEnvironment();
39
40
const env: Record<string, string> = {
41
- ...processEnv,
42
...defaultEnv,
+ ...processEnv,
43
};
44
45
const { cmd: actualCommand, args: actualArgs } = findActualExecutable(
0 commit comments