tschaub / gulp-newer

Pass through newer source files only
https://npmjs.org/package/gulp-newer
226 stars 24 forks source link

Fixes wrong PluginError usage #17

Closed martinvd closed 8 years ago

martinvd commented 9 years ago

Fixes wrong usage of gulp-util PluginError which caused the error Missing error message and not showing the actual error. I had to update mock-fs in order to let the tests pass with my current Node version.

tschaub commented 8 years ago

Thanks @martinvd. Apologies for letting this sit so long.

martinvd commented 8 years ago

No worries and thanks as well! :+1: