Closed razum2um closed 1 year ago
Right now if pressed Ctrl-C it exits REPL completely, and this makes a huge difference with what we used to see with lein repl and others.
lein repl
This fixes it
user=> (Thread/sleep 10000) Execution error (ThreadDeath) at java.lang.Thread/stop (Thread.java:942). null
Right now if pressed Ctrl-C it exits REPL completely, and this makes a huge difference with what we used to see with
lein repl
and others.This fixes it