fix quitting from error bug
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
(case choice
|
||||
("Yes" (cc))
|
||||
("Yes to all" (set ccAllErrors true)(cc))
|
||||
("No" (quit))
|
||||
("Quit" (quit))
|
||||
(never otherwise))))
|
||||
}))
|
||||
|
||||
|
Reference in New Issue
Block a user