mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
Unused error variables in catch block are not allowed (#24487)
This commit is contained in:
@@ -367,7 +367,7 @@ export abstract class BaseToolInvocation<
|
||||
|
||||
try {
|
||||
void this.messageBus.publish(request);
|
||||
} catch (_error) {
|
||||
} catch {
|
||||
cleanup();
|
||||
resolve('allow');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user