MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / error

Function error

benchmark/helpers.ts:637–639  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

635 },
636
637 error(message: string): void {
638 console.log(chalk.red(" ✗ ") + message);
639 },
640
641 warn(message: string): void {
642 console.log(chalk.yellow(" ⚠ ") + message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected