aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmd/acme/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acme/util.c b/src/cmd/acme/util.c
index c224cce5..432950e9 100644
--- a/src/cmd/acme/util.c
+++ b/src/cmd/acme/util.c
@@ -71,7 +71,7 @@ void
error(char *s)
{
fprint(2, "acme: %s: %r\n", s);
- abort();
+ threadexitsall(nil);
}
Window*