UNPKG

rightfe

Version:

the front-end-engineer tool

8 lines (6 loc) 275 B
var notify = require("gulp-notify") module.exports = function(errorObject, callback) { notify.onError(errorObject.toString().split(': ').join(':\n')).apply(this, arguments) // Keep gulp from hanging on this task if (typeof this.emit === 'function') this.emit('end') }