exit gracefully on error
This commit is contained in:
parent
4bb8d72564
commit
37c7bc13fd
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ void
|
|||
error(char *s)
|
||||
{
|
||||
fprint(2, "acme: %s: %r\n", s);
|
||||
abort();
|
||||
threadexitsall(nil);
|
||||
}
|
||||
|
||||
Window*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue