Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit 3a414ae

Browse files
authored
Update README
Fix #49
1 parent 4f29b59 commit 3a414ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ new NotifierPlugin({
130130
}
131131
const error = errors[0];
132132
notifier.notify({
133-
title: context.pkg.name,
133+
title: "Webpack error",
134134
message: severity + ': ' + error.name,
135135
subtitle: error.file || '',
136136
icon: ICON
@@ -159,4 +159,4 @@ and the [default formatters](https://github.com/geowarin/friendly-errors-webpack
159159
## TODO
160160

161161
- [x] Make it compatible with node 4
162-
- [ ] Write tests using webpack 1
162+

0 commit comments

Comments
 (0)