dylang / grunt-notify

Automatic Notifications when Grunt tasks fail.
https://npmjs.org/package/grunt-notify
MIT License
921 stars 73 forks source link

"err is not defined" error #85

Closed leigeber closed 9 years ago

leigeber commented 9 years ago

I am seeing that error notified when using Watch and Less together. It only seems to affect the Less notification and not others. If I remove the err parameter from the cb function call on line 88 of notify-lib.js the error goes away and everything seems to work fine. Any thoughts? Thanks!

"grunt": "~0.4.5", "grunt-contrib-less": "0.11.4", "grunt-contrib-watch": "~0.6.1", "grunt-notify": "~0.3.1"

dylang commented 9 years ago

thanks, fixing now!