Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ error
Method
error
src/app/logger/logger.ts:90–92 ·
view source on GitHub ↗
(message: string, ...label: LogLabel[])
Source
from the content-addressed store, hash-verified
88
}
89
90
error(message: string, ...label: LogLabel[]) {
91
this.log(
"error"
, message, ...label);
92
}
93
94
static E(e: unknown): LogLabel {
95
if
(typeof e ===
"string"
) {
Callers
15
runAll
Function · 0.80
showAwaitingAction
Function · 0.80
test
Function · 0.80
test
Function · 0.80
testSync
Function · 0.80
test
Function · 0.80
testSync
Function · 0.80
runAll
Function · 0.80
test
Function · 0.80
test
Function · 0.80
sandbox_test.js
File · 0.80
test
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
7
test
Function · 0.64
test
Function · 0.64
test
Function · 0.64
test
Function · 0.64
test
Function · 0.64
test
Function · 0.64
test
Function · 0.64