Use LKG for g-d

This commit is contained in:
Ryan Cavanaugh
2018-06-13 16:55:09 -07:00
parent ae0c5d5a41
commit ecc0db7612

View File

@@ -302,7 +302,7 @@ file(Paths.generatedLCGFile, [TaskNames.scripts, Paths.diagnosticInformationMap,
// The generated diagnostics map; built for the compiler and for the 'generate-diagnostics' task
file(Paths.diagnosticInformationMap, [Paths.diagnosticMessagesJson], function () {
tsbuild(ConfigFileFor.scripts, false, () => {
tsbuild(ConfigFileFor.scripts, true, () => {
const cmd = `${host} ${Paths.scripts.processDiagnosticMessages} ${Paths.diagnosticMessagesJson}`;
exec(cmd, complete);
});