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*