Skip to content

Commit 8f21ea2

Browse files
committed
Fixing CS
1 parent 34a929b commit 8f21ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/friendly-errors/asset-output-display-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function AssetOutputDisplayPlugin(outputPath, friendlyErrorsPlugin) {
1616
this.friendlyErrorsPlugin = friendlyErrorsPlugin;
1717
}
1818

19-
AssetOutputDisplayPlugin.prototype.apply = function (compiler) {
19+
AssetOutputDisplayPlugin.prototype.apply = function(compiler) {
2020
compiler.plugin('emit', (compilation, callback) => {
2121
// completely reset messages key to avoid adding more and more messages
2222
// when using watch

0 commit comments

Comments
 (0)