Lightweight Ctrl-C interruption handling
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
```
user=> (Thread/sleep 10000)
Execution error (ThreadDeath) at java.lang.Thread/stop (Thread.java:942).
null
```
合并状态:已合并 合并于 2023-04-06 关闭于 2023-04-06 0 条评论