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

Method log_guild_err

components/vm/src/vm.rs:531–536  ·  view source on GitHub ↗
(&self, err: AnyError)

Source from the content-addressed store, hash-verified

529 }
530
531 fn log_guild_err(&self, err: AnyError) {
532 self.guild_logger.log(CreateLogEntry::error(format!(
533 "Script error occurred: {}",
534 err
535 )));
536 }
537
538 async fn restart(&mut self, new_scripts: Vec<Script>) {
539 self.guild_logger

Callers 3

run_scriptMethod · 0.80
run_until_completionMethod · 0.80
complete_module_evalMethod · 0.80

Calls 2

errorFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected