mirror of
https://github.com/denoland/deno.git
synced 2024-12-25 00:29:09 -05:00
chore(npm): fix typo in local.rs (#17186)
This commit is contained in:
parent
127b68df39
commit
d560fd7b11
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ impl InnerNpmPackageResolver for LocalNpmPackageResolver {
|
|||
}
|
||||
}
|
||||
|
||||
// if doing type resolution, check for the existance of a @types package
|
||||
// if doing type resolution, check for the existence of a @types package
|
||||
if mode.is_types() && !name.starts_with("@types/") {
|
||||
let sub_dir =
|
||||
join_package_name(current_folder, &types_package_name(name));
|
||||
|
|
Loading…
Reference in a new issue