Skip to content

Commit

Permalink
refactor: cleanup redundant call (denoland#17226)
Browse files Browse the repository at this point in the history
  • Loading branch information
GJZwiers authored Dec 31, 2022
1 parent 98bbf87 commit f729576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/tools/vendor/mappings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ impl Mappings {
self
.mappings
.get(specifier)
.as_ref()
.unwrap_or_else(|| {
panic!("Could not find local path for {}", specifier)
})
Expand Down

0 comments on commit f729576

Please sign in to comment.