mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 05:42:54 -07:00
Unused error variables in catch block are not allowed (#24487)
This commit is contained in:
@@ -368,7 +368,7 @@ export function resolveToRealPath(pathStr: string): string {
|
||||
}
|
||||
|
||||
resolvedPath = decodeURIComponent(resolvedPath);
|
||||
} catch (_e) {
|
||||
} catch {
|
||||
// Ignore error (e.g. malformed URI), keep path from previous step
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user