Skip to content

Commit

Permalink
Make failedLookupLocations an array
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy committed Nov 14, 2016
1 parent 57a602b commit 964f9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/shims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ namespace ts {
if (resolvedFileName && !compilerOptions.allowJs && fileExtensionIs(resolvedFileName, ".js")) {
return {
resolvedFileName: undefined,
failedLookupLocations: undefined
failedLookupLocations: []
};
}
return {
Expand Down

0 comments on commit 964f9c5

Please sign in to comment.