Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
rs
Function · 0.80
wt
Function · 0.80
setMetricsSaveInterval
Method · 0.80
start
Method · 0.80
index.ts
File · 0.80
_errorHandler
Method · 0.80
admit
Method · 0.80
config.ts
File · 0.80
onHTTPTimeout
Method · 0.80
onWebsocketTimeout
Method · 0.80
fireAfterHook
Method · 0.80
Calls
1
emit
Method · 0.95
Tested by
no test coverage detected