MCPcopy Create free account
hub / github.com/dailydotdev/apps / die

Function die

packages/world-cli/bin/world.js:76–79  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

74});
75
76const die = (message) => {
77 process.stderr.write(`${message}\n`);
78 process.exit(1);
79};
80
81const exists = (p) =>
82 access(p).then(

Callers 7

resolveTargetFunction · 0.85
resolveRealmTargetFunction · 0.85
runInspectFunction · 0.85
runCheckFunction · 0.85
runCreateFunction · 0.85
runDevFunction · 0.85
world.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected