mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-13 03:20:33 -07:00
fix lint
This commit is contained in:
@@ -192,7 +192,7 @@ async function addMcpServer(
|
||||
);
|
||||
}
|
||||
await client.close();
|
||||
} catch (e) {
|
||||
} catch {
|
||||
debugLogger.warn(
|
||||
'Warning: With sandboxing enabled, any read-only tools provided by this server will AUTO-EXECUTE without confirmation.',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user