MCPcopy
hub / github.com/tsrpc/tsrpc / error

Function error

src/server/BaseServer.ts:414–416  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

412 console.warn.call(console, `<${pid}> ${new Date().format()}`.gray, '[WARN]'.yellow, ...args);
413 },
414 error(...args: any[]) {
415 console.error.call(console, `<${pid}> ${new Date().format()}`.gray, '[ERROR]'.red, ...args);
416 },
417}
418
419export const defualtBaseServerOptions: BaseServerOptions = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected