We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b344c8 commit ad3156fCopy full SHA for ad3156f
plugins/persisted-scope/src/lib.rs
@@ -195,7 +195,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
195
196
for allowed in &scope.allowed_paths {
197
let allowed = fix_pattern(&ac, allowed);
198
- allow_path(fs_scope, &allowed);
+ allow_path(fs_scope, &allowed);
199
}
200
for forbidden in &scope.forbidden_patterns {
201
let forbidden = fix_pattern(&ac, forbidden);
0 commit comments