Trying to use xrepl no longer swallos all errors.

This commit is contained in:
Leif Andersen 2016-07-19 16:32:36 -04:00
parent b1adf65fd0
commit 6c0dfa7053

View File

@ -14,5 +14,6 @@
racket/help))
;; Set the default replt to XREPL
(with-handlers ([exn:fail? void])
(when (collection-file-path "main.rkt" "xrepl"
#:fail (lambda _ #f))
(dynamic-require 'xrepl #f))