Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ fail
Function
fail
apps/kimi-code/scripts/native/smoke.mjs:15–18 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
13
const
expectedVersion = packageJson.version;
14
15
function
fail(message) {
16
console.error(message);
17
process.exit(1);
18
}
19
20
async
function
ensureExecutableExists() {
21
try {
Callers
4
ensureExecutableExists
Function · 0.70
runKimi
Function · 0.70
runKimiWithEnv
Function · 0.70
assertIncludes
Function · 0.70
Calls
2
error
Method · 0.65
exit
Method · 0.65
Tested by
no test coverage detected