Sha256: 812dc690a5350ae232755cebdb1ad07561cad13def9481ebc37ca2217d31ee45
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 Bytes
Contents
var notify = require("gulp-notify"); module.exports = function() { var args = Array.prototype.slice.call(arguments); notify.onError({ title: "Compile Error", message: "<%= error %>" }).apply(this, args); // Keep gulp from hanging on this task this.emit("end"); };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
docks_theme_api-1.0.3 | tasks/gulp/utilities/handle_errors.js |
docks_theme_api-1.0.2 | tasks/gulp/utilities/handle_errors.js |