Skip to content

Commit

Permalink
Fixed issue with undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
deanhume committed Jun 5, 2015
1 parent c57ac9a commit 25acb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/critical.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = function (grunt) {
}
},function(e) {
if (e) {
grunt.fail.warn('File "' + destination + '" failed.');
grunt.fail.warn('File "' + f.dest + '" failed.');
grunt.log.warn(e.message || e);

}
Expand Down

0 comments on commit 25acb52

Please sign in to comment.