mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 19:22:22 +03:00
u3: allow bail:meme through (a la bail:fail)
This commit is contained in:
parent
2389727f8f
commit
1a257b525c
@ -688,7 +688,6 @@ u3m_bail(u3_noun how)
|
|||||||
//
|
//
|
||||||
switch ( how ) {
|
switch ( how ) {
|
||||||
case c3__foul:
|
case c3__foul:
|
||||||
case c3__meme:
|
|
||||||
case c3__oops: {
|
case c3__oops: {
|
||||||
fprintf(stderr, "bailing out\r\n");
|
fprintf(stderr, "bailing out\r\n");
|
||||||
abort();
|
abort();
|
||||||
|
Loading…
Reference in New Issue
Block a user