MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / fail

Function fail

apps/host-cloudflare/scripts/preview.ts:48–51  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

46const ACCOUNT = process.env.CLOUDFLARE_ACCOUNT_ID ?? "";
47
48const fail = (message: string): never => {
49 process.stderr.write(`${message}\n`);
50 process.exit(1);
51};
52
53interface CfFetchResult {
54 readonly ok: boolean;

Callers 7

cfOkFunction · 0.70
runFunction · 0.70
prNumberFunction · 0.70
ensureSharedBucketFunction · 0.70
substituteFunction · 0.70
deployFunction · 0.70
preview.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected