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