mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
refactor: cleanup redundant call (#17226)
This commit is contained in:
parent
98bbf87742
commit
f729576b2d
1
cli/tools/vendor/mappings.rs
vendored
1
cli/tools/vendor/mappings.rs
vendored
@ -133,7 +133,6 @@ impl Mappings {
|
|||||||
self
|
self
|
||||||
.mappings
|
.mappings
|
||||||
.get(specifier)
|
.get(specifier)
|
||||||
.as_ref()
|
|
||||||
.unwrap_or_else(|| {
|
.unwrap_or_else(|| {
|
||||||
panic!("Could not find local path for {}", specifier)
|
panic!("Could not find local path for {}", specifier)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user