mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
Unused error variables in catch block are not allowed (#24487)
This commit is contained in:
@@ -678,7 +678,7 @@ describe('RipGrepTool', () => {
|
||||
stdout.write(match + '\n');
|
||||
linesPushed++;
|
||||
}
|
||||
} catch (_e) {
|
||||
} catch {
|
||||
clearInterval(pushInterval);
|
||||
}
|
||||
}, 1);
|
||||
|
||||
Reference in New Issue
Block a user