Skip to content

Commit

Permalink
Update summarize.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner authored Nov 12, 2019
1 parent 5b1572e commit fcbe316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/summarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = function summarize(summaryPath) {
//
// Although broccoli-concat can properly handle this scenario, this
// library should be maximally compatible for the time being.
console.warn(`warning: '${fileContents}' is missing, and will be reported as an empty file. `);
console.warn(`warning: '${filename}' is missing, and will be reported as an empty file. `);
fileContents[filename] = '';
} else {
throw e;
Expand Down

0 comments on commit fcbe316

Please sign in to comment.