(defn should-repl [options] (println (default-fail-message options)) (println "Starting debug repl. Type () to end repl and propagate failure.") (debug-repl))
Comments top
No comments for should-repl. Log in to add a comment.