MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / logError

Function logError

gulpfile.js:158–161  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

156}
157
158function logError(err) {
159 log(err.toString());
160 return this.emit('end');
161}
162
163const pack = gulp.parallel(createIcons, copyI18n);
164

Callers

nothing calls this directly

Calls 2

emitMethod · 0.80
logFunction · 0.50

Tested by

no test coverage detected