Removed the TODO as created bug for it

This commit is contained in:
Sheetal Nandi
2015-11-12 11:50:58 -08:00
parent d2445b6286
commit 1ed67f41ba

View File

@@ -932,7 +932,6 @@ namespace ts {
diagnosticArgument = [fileName];
}
else if (!forEach(supportedExtensions, extension => findSourceFile(fileName + extension, toPath(fileName + extension, currentDirectory, getCanonicalFileName), isDefaultLib, refFile, refPos, refEnd))) {
// (TODO: shkamat) Should this message be different given we support multiple extensions
diagnostic = Diagnostics.File_0_not_found;
fileName += ".ts";
diagnosticArgument = [fileName];