MCPcopy
hub / github.com/browserless/browserless / error

Method error

src/logger.ts:137–139  ·  view source on GitHub ↗
(...messages: unknown[])

Source from the content-addressed store, hash-verified

135 }
136
137 public error(...messages: unknown[]) {
138 this.emit(this._error, messages);
139 }
140
141 public fatal(...messages: unknown[]) {
142 this.emit(this._fatal, messages);

Callers 15

docs.jsFile · 0.80
rsFunction · 0.80
wtFunction · 0.80
startMethod · 0.80
index.tsFile · 0.80
_errorHandlerMethod · 0.80
admitMethod · 0.80
config.tsFile · 0.80
onHTTPTimeoutMethod · 0.80
onWebsocketTimeoutMethod · 0.80
fireAfterHookMethod · 0.80

Calls 1

emitMethod · 0.95

Tested by

no test coverage detected