Open arichiardi opened 7 years ago
Hmm, I am unable to reproduce this.
It happens with:
Mon Jan 30 10:15:20 PST 2017
BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_CLOJURE_VERSION=1.9.0-alpha14
BOOT_VERSION=2.7.0
On linux if it can help.
Can you try if you can reproduce this with https://github.com/Deraen/saapas, this is how I tested this:
❯ boot repl
boot.user=> (boot (dev))
Starting reload server on ws://localhost:45105
Writing boot_cljs_repl.cljs...
Starting file watcher (CTRL-C to quit)...
Writing adzerk/boot_reload/js/main.cljs to connect to ws://localhost:45105...
Adding :require adzerk.boot-reload.js.main to js/main.cljs.edn...
Compiling {less}... 2 changed files.
nREPL server started on port 33657 on host 127.0.0.1 - nrepl://127.0.0.1:33657
Adding :require adzerk.boot-cljs-repl to main.cljs.edn...
Compiling ClojureScript...
• js/main.js
Starting web server on http://localhost:10555
Elapsed time: 25.916 sec
<< Open the site on browser to check everything is working >>
<< C-c >>
boot.user=>
My case is from the command line, I will try to reproduce with sapaas
The following exception started appearing recently when
C-c
in the terminal (probably related to the new shutdown hook?)I will gladly merge a patch to https://github.com/boot-clj/boot-figreload :dancer: