mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
Unused error variables in catch block are not allowed (#24487)
This commit is contained in:
@@ -176,7 +176,7 @@ export function getCheckpointInfoList(
|
||||
checkpoint: file.replace('.json', ''),
|
||||
});
|
||||
}
|
||||
} catch (_e) {
|
||||
} catch {
|
||||
// Ignore invalid JSON files
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user