attempt fix

This commit is contained in:
2025-06-05 16:19:06 -05:00
parent 4fe78c4a63
commit 0d7be6a94e
6 changed files with 59 additions and 66 deletions

View File

@@ -92,11 +92,11 @@ function disrupt(err)
var reason = (err instanceof Error) ? err.stack : err
report_to_overling({type:'disrupt', reason})
}
log.error(err)
log.console("DISRUPTING")
log.console(err);
if (err.stack)
log.console(err.stack)
actor_mod.disrupt()
}