MCPcopy Create free account
hub / github.com/taye/interact.js / errorExit

Function errorExit

scripts/utils.js:197–200  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

195}
196
197function errorExit(error) {
198 console.error(error)
199 process.exit(1)
200}
201
202module.exports = {
203 getSources,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected