diff --git a/Jakefile.js b/Jakefile.js index 1dc4be82fae..4a650b612fe 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -817,7 +817,7 @@ function diagnosticsToString(diagnostics, pretty) { * Concatenate a list of sourceFiles to a destinationFile * @param {string} destinationFile * @param {string[]} sourceFiles - * @param {string} extraContent + * @param {string=} extraContent */ function concatenateFiles(destinationFile, sourceFiles, extraContent) { var temp = "temptemp";