exit gracefully on error
This commit is contained in:
parent
4bb8d72564
commit
37c7bc13fd
@ -71,7 +71,7 @@ void
|
|||||||
error(char *s)
|
error(char *s)
|
||||||
{
|
{
|
||||||
fprint(2, "acme: %s: %r\n", s);
|
fprint(2, "acme: %s: %r\n", s);
|
||||||
abort();
|
threadexitsall(nil);
|
||||||
}
|
}
|
||||||
|
|
||||||
Window*
|
Window*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user