Update trustedFolders.ts

This commit is contained in:
galz10
2026-01-26 15:48:49 -08:00
parent f791bc1ee2
commit 9ea914b2be

View File

@@ -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)) {