## Expected behavior Interrutps currently evaluted expression ## Actual behavior Kills inf-clojure session. ## Steps to reproduce the problem Put this into the repl, it sleeps for 1sec, and before it finishes evaluating. Interrupt it using `C-c C-c`. ``` (Thread/sleep 1000) ``` This will kill inf-clojure with this output ``` Process inf-clojure .clojure exited abnormally with code 130 ``` ## Environment & Version information ### inf-clojure version information 3.2.1 ### Lein/Boot version Clojure CLI version 1.11.1.1189 ### Emacs version 28.2 ### Operating system Mac Monterey M1