mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 12:30:32 -07:00
Unused error variables in catch block are not allowed (#24487)
This commit is contained in:
@@ -60,7 +60,7 @@ export async function shouldUseCurrentUserInSandbox(): Promise<boolean> {
|
||||
);
|
||||
return true;
|
||||
}
|
||||
} catch (_err) {
|
||||
} catch {
|
||||
// Silently ignore if /etc/os-release is not found or unreadable.
|
||||
// The default (false) will be applied in this case.
|
||||
debugLogger.warn(
|
||||
|
||||
Reference in New Issue
Block a user