Skip to content

Commit

Permalink
tag to test hot reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrena-Corto committed Oct 8, 2024
1 parent 4f38229 commit 42475e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl GeyserPlugin for SablierPlugin {
env!("GEYSER_INTERFACE_VERSION"),
env!("RUSTC_VERSION")
);
info!("Loading snapshot...");
info!("Loading snapshot... 8----");
let config = PluginConfig::read_from(config_file)?;
*self = SablierPlugin::new_from_config(config);

Expand Down

0 comments on commit 42475e2

Please sign in to comment.