MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / fail

Function fail

apps/kimi-code/scripts/native/assets.mjs:28–30  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

26const runtimeEntryNames = ['index.js', 'index.cjs', 'index.mjs'];
27
28function fail(message) {
29 throw new Error(message);
30}
31
32function toPosixPath(path) {
33 return path.split('\\').join('/');

Callers 2

collectPackageFilesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected