Skip to content

Commit

Permalink
types: Remove unnecessary return type
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Sep 18, 2022
1 parent c218be4 commit 076e585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servicesHost.ts
Expand Up @@ -268,7 +268,7 @@ function makeResolvers<T extends typescript.ModuleResolutionHost>(
redirectedReference?,
_?,
containingSourceFile?
): (typescript.ResolvedModule | undefined)[] => {
) => {
const resolvedModules = moduleNames.map(moduleName =>
resolveModule(
resolveSync,
Expand Down

0 comments on commit 076e585

Please sign in to comment.