MCPcopy
hub / github.com/reapp/reapp / error

Function error

lib/checkIsReapp.js:48–52  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

46}
47
48function error(e) {
49 if (e)
50 console.log(e);
51 process.exit(1);
52}
53
54function upgadeMessage(user, cur) {
55 console.log("Steps to upgrade:".bold);

Callers 2

checkIsReapp.jsFile · 0.85
notReappFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected