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

Function onInvalidFormat

src/commands/monitor.ts:88–89  ·  view source on GitHub ↗
(f: string)

Source from the content-addressed store, hash-verified

86 if (args.stealth) fetchConfig.stealth = true;
87
88 const onInvalidFormat = (f: string): never =>
89 out.error(`Unknown format: ${f}. Valid: ${BASE_FORMATS.join(", ")}`);
90
91 switch (action) {
92 case "create": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected