Skip to content

Commit

Permalink
plugin: debug print plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed May 30, 2024
1 parent 700453d commit fb05f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "re_set-lib"
version = "4.0.0"
version = "4.0.1"
edition = "2021"
description = "Data structure library for ReSet"
repository = "https://github.com/Xetibo/ReSet-Lib"
Expand Down
1 change: 1 addition & 0 deletions src/utils/plugin_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ static SETUP_LIBS: fn() = || {
if config.is_empty() {
SETUP_PLUGIN_DIR()
} else {
dbg!(&config);
let maybe_dir = PathBuf::from(config.to_string());
if maybe_dir.is_dir() {
Some(maybe_dir)
Expand Down

0 comments on commit fb05f2a

Please sign in to comment.