UNPKG

bootstrap-4-grid-styl

Version:

Bootstrap 4 grid system and layout utilities using Stylus

14 lines (10 loc) 240 B
import notify from "gulp-notify"; const onError = function (err) { notify({ title: "Gulp Task Error", message: "Check the console." }).write(err); console.log(err.toString()); this.emit("end"); }; export default onError;