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

Function fail

apps/cli/scripts/smoke-packed-apps.ts:13–15  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

11const READY_TIMEOUT_MS = 45_000;
12
13const fail = (message: string): never => {
14 throw new Error(`[smoke-packed-apps] FAIL: ${message}`);
15};
16
17const requestJson = async <T>(origin: string, path: string, init: RequestInit = {}): Promise<T> => {
18 const response = await fetch(new URL(path, origin), {

Callers 2

requestJsonFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected