Hello there, Atom ClojureScripters! I would love some help. It looks like the reason you can't quit Figwheel if you start it from within Proto REPL is because Proto REPL wraps everything in a do
block.
For example, :cljs/quit
will correctly close the cljs repl, but (do :cljs/quit)
will not. I took a crack at a fix and there's a PR here, but it doesn't quite work perfectly in all cases:
https://github.com/jasongilman/proto-repl/pull/250