Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
function
logError(err) {
159
log(err.toString());
160
return
this.emit(
'end'
);
161
}
162
163
const
pack = gulp.parallel(createIcons, copyI18n);
164
Callers
nothing calls this directly
Calls
2
emit
Method · 0.80
log
Function · 0.50
Tested by
no test coverage detected