Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dvnc/annotator
/ errorHandler
Function
errorHandler
gulpfile.js:93–96 ·
view source on GitHub ↗
(error)
Source
from the content-addressed store, hash-verified
91
92
93
function
errorHandler (error) {
94
console.log(error.toString());
95
this.emit(
'end'
);
96
}
97
98
99
// watch
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected