Skip to content

Commit a87ed53

Browse files
authored
Merge pull request #25735 from j-oliveras/Fix_25657
Fixes 25657. Jakefile: make concatenateFiles third parameter optional.
2 parents 57a72f5 + 7880a07 commit a87ed53

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
@@ -817,7 +817,7 @@ function diagnosticsToString(diagnostics, pretty) {
817817
* Concatenate a list of sourceFiles to a destinationFile
818818
* @param {string} destinationFile
819819
* @param {string[]} sourceFiles
820-
* @param {string} extraContent
820+
* @param {string=} extraContent
821821
*/
822822
function concatenateFiles(destinationFile, sourceFiles, extraContent) {
823823
var temp = "temptemp";

0 commit comments

Comments
 (0)