Skip to content

Commit

Permalink
fix lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 11, 2017
1 parent 09c34cf commit 3820157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Compilation.js
Expand Up @@ -1110,7 +1110,7 @@ class Compilation extends Tapable {
if(ma < mb) return -1;
if(mb < ma) return 1;
return 0;
}
};

this.errors.sort(byMessage);
this.warnings.sort(byMessage);
Expand Down

0 comments on commit 3820157

Please sign in to comment.