MCPcopy Index your code
hub / github.com/browserless/browserless / _errorHandler

Method _errorHandler

src/limiter.ts:78–84  ·  view source on GitHub ↗
({
    detail: { error },
  }: {
    detail: { error: unknown };
  })

Source from the content-addressed store, hash-verified

76 }
77
78 protected _errorHandler({
79 detail: { error },
80 }: {
81 detail: { error: unknown };
82 }) {
83 this.logger.error(error);
84 }
85
86 protected handleEnd() {
87 this.logQueue('All jobs complete.');

Callers

nothing calls this directly

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected