Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 21, 2024
1 parent 2896c49 commit 45b1a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ impl Storage for MemStorage {
let x = self.sigs.read().unwrap();
match x.get(path) {
Some(path) => Ok(path.clone()),
None => panic!("cannot get path")
None => panic!("cannot get path '{path}'")

Check warning on line 663 in src/core/src/storage/mod.rs

View check run for this annotation

Codecov / codecov/patch

src/core/src/storage/mod.rs#L663

Added line #L663 was not covered by tests
}
}

Expand Down

0 comments on commit 45b1a8f

Please sign in to comment.