Skip to content

Commit 441735a

Browse files
CR feedback
1 parent fd1b587 commit 441735a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/patternMatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module ts {
160160
if (dotSeparatedSegments.length - 1 > containerParts.length) {
161161
// There weren't enough container parts to match against the pattern parts.
162162
// So this definitely doesn't match.
163-
return null;
163+
return undefined;
164164
}
165165

166166
// So far so good. Now break up the container for the candidate and check if all

0 commit comments

Comments
 (0)