Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeheonji committed Aug 7, 2023
1 parent f38b914 commit d509b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zellij-utils/src/input/permission.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub struct PermissionCache {

impl PermissionCache {
pub fn cache(&mut self, plugin_name: String, permissions: Vec<PermissionType>) {
println!("plugin_name {}, permissions: {:?}", plugin_name, permissions);
self.granted.insert(plugin_name, permissions);
}

Expand Down

0 comments on commit d509b0a

Please sign in to comment.