MCPcopy Create free account
hub / github.com/open-cli-tools/chokidar-cli / errorHandler

Function errorHandler

utils.js:44–47  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

42 opts.callback(child);
43
44 function errorHandler(err) {
45 child.removeListener('close', closeHandler);
46 reject(err);
47 }
48
49 function closeHandler(exitCode) {
50 child.removeListener('error', errorHandler);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…