From 441735a9d349dad08da5c4953d41636b6410633b Mon Sep 17 00:00:00 2001 From: Cyrus Najmabadi Date: Sun, 22 Feb 2015 21:56:10 -0800 Subject: [PATCH] CR feedback --- src/services/patternMatcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/patternMatcher.ts b/src/services/patternMatcher.ts index 462dcbc578e..b19ee8fcd2c 100644 --- a/src/services/patternMatcher.ts +++ b/src/services/patternMatcher.ts @@ -160,7 +160,7 @@ module ts { if (dotSeparatedSegments.length - 1 > containerParts.length) { // There weren't enough container parts to match against the pattern parts. // So this definitely doesn't match. - return null; + return undefined; } // So far so good. Now break up the container for the candidate and check if all