Merge pull request #25735 from j-oliveras/Fix_25657

Fixes 25657. Jakefile: make concatenateFiles third parameter optional.
This commit is contained in:
Mohamed Hegazy
2018-07-17 13:12:14 -07:00
committed by GitHub

View File

@@ -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";