mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore(npm): fix typo in local.rs (#17186)
This commit is contained in:
parent
208c91b68f
commit
1a3665b612
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