Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/browserless/browserless
/ warn
Method
warn
src/logger.ts:133–135 ·
view source on GitHub ↗
(...messages: unknown[])
Source
from the content-addressed store, hash-verified
131
}
132
133
public warn(...messages: unknown[]) {
134
this.emit(this._warn, messages);
135
}
136
137
public error(...messages: unknown[]) {
138
this.emit(this._error, messages);
Callers
15
v
Function · 0.80
r
Function · 0.80
n
Function · 0.80
y
Function · 0.80
b
Function · 0.80
docs.js
File · 0.80
q
Function · 0.80
_
Function · 0.80
Y
Function · 0.80
w
Function · 0.80
e
Function · 0.80
Ha
Function · 0.80
Calls
1
emit
Method · 0.95
Tested by
no test coverage detected