Skip to content

Commit 74fad98

Browse files
committed
Fix TypeScript error in KGX terminal detection
1 parent fc7a7d5 commit 74fad98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interceptors/terminal/fresh-terminal-interceptor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface SpawnArgs {
2121
args?: string[];
2222
options?: SpawnOptions;
2323
skipStartupScripts?: true;
24-
envVars: {
24+
envVars?: {
2525
[key: string]: string;
2626
};
2727
}

0 commit comments

Comments
 (0)