mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +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)
|
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 a new issue