From ecc0db7612cd35b9fa6061ed98ca0993e4f74535 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Wed, 13 Jun 2018 16:55:09 -0700 Subject: [PATCH] Use LKG for g-d --- Jakefile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jakefile.js b/Jakefile.js index c95a395ccc3..b7ca6c34edd 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -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); });