MCPcopy Create free account
hub / github.com/ScrapeGraphAI/just-scrape / error

Function error

src/lib/log.ts:36–39  ·  view source on GitHub ↗
(message?: string)

Source from the content-addressed store, hash-verified

34 else console.log(`\n${highlight(JSON.stringify(data, null, 2))}\n`);
35 },
36 error(message?: string): never {
37 p.log.error(message ?? "Unknown error");
38 process.exit(1);
39 },
40 };
41}
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected