errorHandler: function (err) {
     sound('blow');
     console.log(err);
 }
Пример #2
0
 .pipe(notify(function () {
     sound('glass');
 }))