exit gracefully on error

This commit is contained in:
rsc 2005-07-13 10:47:40 +00:00
parent 4bb8d72564
commit 37c7bc13fd

View file

@ -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*