Sha256: 68319d9e48932ed23027b6b712d2184a3c9fead33a79130600ed1b99c483d3f0

Contents?: true

Size: 350 Bytes

Versions: 142

Compression:

Stored size: 350 Bytes

Contents

var notify = require("gulp-notify");

module.exports = function() {

  var args = Array.prototype.slice.call(arguments);

  // Send error to notification center with gulp-notify
  notify.onError({
    title: "Compile Error",
    message: "<%= error.message %>"
  }).apply(this, args);

  // Keep gulp from hanging on this task
  this.emit('end');
};

Version data entries

142 entries across 44 versions & 1 rubygems

Version Path
nutella_framework-0.7.3 framework_components/roomcast-package-creator/gulp/util/handleErrors.js
nutella_framework-0.7.3 framework_components/roomcast-teacher-controls/gulp/util/handleErrors.js
nutella_framework-0.7.3 framework_components/roomcast-channel-creator/gulp/util/handleErrors.js
nutella_framework-0.7.3 framework_components/roomcast-main-app/gulp/util/handleErrors.js
nutella_framework-0.7.2 framework_components/roomcast-package-creator/gulp/util/handleErrors.js
nutella_framework-0.7.2 framework_components/roomcast-main-app/gulp/util/handleErrors.js
nutella_framework-0.7.2 framework_components/roomcast-channel-creator/gulp/util/handleErrors.js
nutella_framework-0.7.2 framework_components/roomcast-teacher-controls/gulp/util/handleErrors.js
nutella_framework-0.7.1 framework_components/roomcast-package-creator/gulp/util/handleErrors.js
nutella_framework-0.7.1 framework_components/roomcast-channel-creator/gulp/util/handleErrors.js
nutella_framework-0.7.1 framework_components/roomcast-teacher-controls/gulp/util/handleErrors.js
nutella_framework-0.7.1 framework_components/roomcast-main-app/gulp/util/handleErrors.js
nutella_framework-0.7.0 framework_components/roomcast-package-creator/gulp/util/handleErrors.js
nutella_framework-0.7.0 framework_components/roomcast-channel-creator/gulp/util/handleErrors.js
nutella_framework-0.7.0 framework_components/roomcast-teacher-controls/gulp/util/handleErrors.js
nutella_framework-0.7.0 framework_components/roomcast-main-app/gulp/util/handleErrors.js
nutella_framework-0.6.21 framework_components/roomcast-package-creator/gulp/util/handleErrors.js
nutella_framework-0.6.21 framework_components/roomcast-channel-creator/gulp/util/handleErrors.js
nutella_framework-0.6.21 framework_components/roomcast-main-app/gulp/util/handleErrors.js
nutella_framework-0.6.21 framework_components/roomcast-teacher-controls/gulp/util/handleErrors.js