mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-07 07:30:23 +03:00
vere: corrects error handling in pill parsing
This commit is contained in:
parent
b6834acba7
commit
65312035e7
@ -1619,6 +1619,7 @@ _pier_pill_parse(u3_noun pil)
|
|||||||
|
|
||||||
if ( c3y == u3r_sing_c("ivory", tag) ) {
|
if ( c3y == u3r_sing_c("ivory", tag) ) {
|
||||||
fprintf(stderr, "boot: failed: unable to boot from ivory pill\r\n");
|
fprintf(stderr, "boot: failed: unable to boot from ivory pill\r\n");
|
||||||
|
u3_king_bail();
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
else if ( c3__pill != tag ) {
|
else if ( c3__pill != tag ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user