mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 16:42:21 -05:00
refactor: cleanup redundant call (#17226)
This commit is contained in:
parent
0904665f89
commit
287f46f0cd
1 changed files with 0 additions and 1 deletions
1
cli/tools/vendor/mappings.rs
vendored
1
cli/tools/vendor/mappings.rs
vendored
|
@ -133,7 +133,6 @@ impl Mappings {
|
|||
self
|
||||
.mappings
|
||||
.get(specifier)
|
||||
.as_ref()
|
||||
.unwrap_or_else(|| {
|
||||
panic!("Could not find local path for {}", specifier)
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue