MCPcopy 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

runAllFunction · 0.80
showAwaitingActionFunction · 0.80
testFunction · 0.80
testFunction · 0.80
testSyncFunction · 0.80
testFunction · 0.80
testSyncFunction · 0.80
runAllFunction · 0.80
testFunction · 0.80
testFunction · 0.80
sandbox_test.jsFile · 0.80
testFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 7

testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64