Remove async from builtGeneratedDiagnosticMessagesJSON task

This commit is contained in:
Mohamed Hegazy 2015-10-28 11:40:33 -07:00
parent 3ad29eafe3
commit 4bbb7d29c3

View file

@ -354,7 +354,7 @@ file(builtGeneratedDiagnosticMessagesJSON,[generatedDiagnosticMessagesJSON], fun
if (fs.existsSync(builtLocalDirectory)) {
jake.cpR(generatedDiagnosticMessagesJSON, builtGeneratedDiagnosticMessagesJSON);
}
}, {async: true});
});
desc("Generates a diagnostic file in TypeScript based on an input JSON file");
task("generate-diagnostics", [diagnosticInfoMapTs]);