mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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…
Reference in a new issue