Skip to content

Commit 4bbb7d2

Browse files
committed
Remove async from builtGeneratedDiagnosticMessagesJSON task
1 parent 3ad29ea commit 4bbb7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ file(builtGeneratedDiagnosticMessagesJSON,[generatedDiagnosticMessagesJSON], fun
354354
if (fs.existsSync(builtLocalDirectory)) {
355355
jake.cpR(generatedDiagnosticMessagesJSON, builtGeneratedDiagnosticMessagesJSON);
356356
}
357-
}, {async: true});
357+
});
358358

359359
desc("Generates a diagnostic file in TypeScript based on an input JSON file");
360360
task("generate-diagnostics", [diagnosticInfoMapTs]);

0 commit comments

Comments
 (0)