MCPcopy
hub / github.com/rollup/rollup / closeWithError

Function closeWithError

cli/run/watch-cli.ts:161–164  ·  view source on GitHub ↗
(error: Error)

Source from the content-addressed store, hash-verified

159}
160
161function closeWithError(error: Error): void {
162 error.name = `Uncaught ${error.name}`;
163 handleError(error);
164}

Callers

nothing calls this directly

Calls 1

handleErrorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…