Fix new linter errors

This commit is contained in:
Wesley Wigham
2015-08-04 13:38:00 -07:00
parent 91f034669d
commit 5324f8bf4c
4 changed files with 6 additions and 6 deletions

View File

@@ -423,7 +423,7 @@ namespace ts {
fileNames = map(<string[]>json["files"], s => combinePaths(basePath, s));
}
else {
errors.push(createCompilerDiagnostic(Diagnostics.Compiler_option_0_requires_a_value_of_type_1, 'files', 'Array'));
errors.push(createCompilerDiagnostic(Diagnostics.Compiler_option_0_requires_a_value_of_type_1, "files", "Array"));
}
}
else {