UNPKG

pomy

Version:

Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.

16 lines (11 loc) 301 B
'use strict'; var notify = require('gulp-notify'); module.exports = function() { var args = 1 <= arguments.length ? Array.prototype.slice.call(arguments, 0) : []; notify.onError({ title: 'Compile Error', message: '<%= error.message %>' }).apply(this, args); this.emit('end'); };