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 fc7a7d5 commit 74fad98Copy full SHA for 74fad98
src/interceptors/terminal/fresh-terminal-interceptor.ts
@@ -21,7 +21,7 @@ interface SpawnArgs {
21
args?: string[];
22
options?: SpawnOptions;
23
skipStartupScripts?: true;
24
- envVars: {
+ envVars?: {
25
[key: string]: string;
26
};
27
}
0 commit comments