MCPcopy Create free account
hub / github.com/Botloader/botloader / error

Function error

components/runtime/src/ts/core_util.ts:23–29  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

21 }
22
23 export function error(...args: any[]) {
24 console.output({
25 items: args,
26 level: "error",
27 skipCallers: 1,
28 })
29 }
30
31 /**
32 * Lower level output function providing more controls than the simpler log/warn/error functions

Callers 7

update_guild_commandsMethod · 0.85
handle_shutdown_msgMethod · 0.85
runMethod · 0.85
compile_scriptMethod · 0.85
stop_vmMethod · 0.85
log_guild_errMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected