jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
870 stars 40 forks source link

Make biff.core/{refresh,start-system} more robust #65

Closed jacobobryant closed 3 years ago

jacobobryant commented 3 years ago

There's currently no error handling for components or stop fns that throw exceptions. Sometimes you have to restart the repl to get back in a good state.

jacobobryant commented 3 years ago

I've done this in Findka already, just need to push the code sometime.