fix quitting from error bug

This commit is contained in:
2024-09-25 16:44:51 -05:00
parent dd9e502696
commit 8484eac100

View File

@@ -150,7 +150,7 @@
(case choice
("Yes" (cc))
("Yes to all" (set ccAllErrors true)(cc))
("No" (quit))
("Quit" (quit))
(never otherwise))))
}))