mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 14:46:25 +00:00
Update trustedFolders.ts
This commit is contained in:
@@ -88,7 +88,6 @@ export class LoadedTrustedFolders {
|
||||
config?: Record<string, TrustLevel>,
|
||||
): boolean | undefined {
|
||||
const configToUse = config ?? this.user.config;
|
||||
const normalizedLocation = path.normalize(location);
|
||||
let matchedTrusted = false;
|
||||
|
||||
for (const [rulePath, trustLevel] of Object.entries(configToUse)) {
|
||||
|
||||
Reference in New Issue
Block a user