We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc9a99 commit c53612dCopy full SHA for c53612d
src/compiler/tsc.ts
@@ -46,7 +46,7 @@ namespace ts {
46
// First try the entire locale, then fall back to just language if that's all we have.
47
// Either ways do not fail, and fallback to the English diagnostic strings.
48
if (!trySetLanguageAndTerritory(language, territory, errors)) {
49
- trySetLanguageAndTerritory(language, undefined, errors)
+ trySetLanguageAndTerritory(language, undefined, errors);
50
}
51
52
return true;
0 commit comments