MCPcopy Index your code
hub / github.com/MALSync/MALSync / logError

Method logError

src/chibiScript/ChibiConsumer.ts:151–163  ·  view source on GitHub ↗
(error, functionName, input, args)

Source from the content-addressed store, hash-verified

149 }
150
151 logError(error, functionName, input, args) {
152 console.log(
153 '%cMAL-Sync',
154 'background-color: #8f0000; color: white; padding: 2px 10px; border-radius: 3px;',
155 error.message,
156 {
157 name: this.name,
158 functionName,
159 input,
160 args,
161 },
162 );
163 }
164}

Callers 2

_subroutineMethod · 0.95
_subroutineAsyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected