Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
const
die = (message) => {
77
process.stderr.write(`${message}\n`);
78
process.exit(1);
79
};
80
81
const
exists = (p) =>
82
access(p).then(
Callers
7
resolveTarget
Function · 0.85
resolveRealmTarget
Function · 0.85
runInspect
Function · 0.85
runCheck
Function · 0.85
runCreate
Function · 0.85
runDev
Function · 0.85
world.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected