mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-01 22:52:43 -07:00
repro: truly disable other jobs and fix TS error
This commit is contained in:
@@ -1354,7 +1354,7 @@ export class TestRig {
|
||||
console.log(`[TestRig] Args: ${JSON.stringify(commandArgs)}`);
|
||||
// Only log keys to avoid leaking sensitive info
|
||||
console.log(
|
||||
`[TestRig] Env Keys: ${Object.keys(ptyOptions.env).join(', ')}`,
|
||||
`[TestRig] Env Keys: ${Object.keys(ptyOptions.env!).join(', ')}`,
|
||||
);
|
||||
}
|
||||
const ptyProcess = pty.spawn(executable, commandArgs, ptyOptions);
|
||||
|
||||
Reference in New Issue
Block a user