attempt fix
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user