better disrupt logging; actor exit on crash
This commit is contained in:
@@ -456,7 +456,7 @@ int cell_init(int argc, char **argv)
|
||||
if (scheduler_actor_count() > 0) {
|
||||
actor_loop();
|
||||
exit_handler();
|
||||
return exit_code;
|
||||
exit(0);
|
||||
}
|
||||
|
||||
/* No actors spawned — clean up CLI context */
|
||||
|
||||
Reference in New Issue
Block a user