MCPcopy 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

13const expectedVersion = packageJson.version;
14
15function fail(message) {
16 console.error(message);
17 process.exit(1);
18}
19
20async function ensureExecutableExists() {
21 try {

Callers 4

ensureExecutableExistsFunction · 0.70
runKimiFunction · 0.70
runKimiWithEnvFunction · 0.70
assertIncludesFunction · 0.70

Calls 2

errorMethod · 0.65
exitMethod · 0.65

Tested by

no test coverage detected