Skip to content

Commit ecc0db7

Browse files
committed
Use LKG for g-d
1 parent ae0c5d5 commit ecc0db7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ file(Paths.generatedLCGFile, [TaskNames.scripts, Paths.diagnosticInformationMap,
302302

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

0 commit comments

Comments
 (0)