better disrupt logging; actor exit on crash

This commit is contained in:
2026-02-10 12:38:06 -06:00
parent 0d8b5cfb04
commit 54673e4a04
3 changed files with 39 additions and 12 deletions

View File

@@ -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 */