mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-16 08:10:46 -07:00
test: use rig.log instead of console.error in file stream tests
This commit is contained in:
@@ -89,7 +89,7 @@ describe('run_shell_command streaming to file regression', () => {
|
||||
return { p, size: 'error' };
|
||||
}
|
||||
});
|
||||
console.error('Available files:', JSON.stringify(fileStats, null, 2));
|
||||
rig.log('Available files:', JSON.stringify(fileStats, null, 2));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -178,7 +178,7 @@ describe('run_shell_command streaming to file regression', () => {
|
||||
return { p, size: 'error' };
|
||||
}
|
||||
});
|
||||
console.error('Available files:', JSON.stringify(fileStats, null, 2));
|
||||
rig.log('Available files:', JSON.stringify(fileStats, null, 2));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user