mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 04:04:02 +03:00
vere: changed to use u3_king_bail instead of manual term clean up
This commit is contained in:
parent
6d0bdc06dd
commit
2b99eb2cac
@ -577,10 +577,7 @@ _boothack_doom(void)
|
||||
|
||||
if ( u3_nul == whu ) {
|
||||
u3l_log("boot: malformed -F ship %s\r\n", u3_Host.ops_u.fak_c);
|
||||
|
||||
u3_term_log_exit();
|
||||
fflush(stdout);
|
||||
|
||||
u3_king_bail();
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user