Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 6, 2024
1 parent 3beab58 commit 52c193a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/plugin_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ static SETUP_LIBS: fn() = || {
let plugin_dir = dir.read_dir();
if plugin_dir.is_err() {
// do not print error to ignore the usr/lib if not needed
dbg!("lib not exist brudi");
return;
}
let plugin_dir = plugin_dir.unwrap();
Expand Down

0 comments on commit 52c193a

Please sign in to comment.