MCPcopy
hub / github.com/wagerfield/parallax / showError

Function showError

gulpfile.js:27–35  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

25})
26
27function showError(arg) {
28 notifier.notify({
29 title: 'Error',
30 message: '' + arg,
31 sound: 'Basso'
32 })
33 console.log(arg)
34 this.emit('end')
35}
36
37gulp.task('build:scss', () => {
38 return gulp.src(path.join('examples', 'assets', 'styles.scss'))

Callers 1

gulpfile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…