| commit | 37c7bc13fde7992dfcdd4d916f6fc3f8bcc22b42 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Wed Jul 13 10:47:40 2005 +0000 |
| committer | rsc <devnull@localhost> | Wed Jul 13 10:47:40 2005 +0000 |
| tree | 8ef5019fdb57aa9ca275c3806457f680aee118a9 | |
| parent | 4bb8d725649b576c58a1e83d5831b42f090e8bd8 [diff] |
exit gracefully on error
diff --git a/src/cmd/acme/util.c b/src/cmd/acme/util.c index c224cce..432950e 100644 --- a/src/cmd/acme/util.c +++ b/src/cmd/acme/util.c
@@ -71,7 +71,7 @@ error(char *s) { fprint(2, "acme: %s: %r\n", s); - abort(); + threadexitsall(nil); } Window*