rishabhsrao/voxel-hologram-example

View on GitHub
tasks/utils/notify-style-compile.js

Summary

Maintainability
A
0 mins
Test Coverage
var notify = require("./notify");

module.exports = function notifyStyleCompile (error) {
  notify.showNotification({
    subtitle: "Task style:compile",
    message: error.message,
    appIcon: notify.appIcon.sass
  });
};