Skip to content

Commit

Permalink
Allow reseting to previous error stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Affonso-Gui committed Apr 2, 2019
1 parent 7ee9f2e commit fd5ce0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/l/toplevel.l
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@
(format *error-output* "~C[0m~%" #x1b)
(let ((*replevel* (1+ *replevel*))
(*reptype* "E"))
(catch *replevel* (reploop #'toplevel-prompt)))
(throw *replevel* nil))
(while (catch *replevel* (reploop #'toplevel-prompt))))
(throw *replevel* t))

;;;
;;; default toplevel
Expand Down

0 comments on commit fd5ce0c

Please sign in to comment.