wandersoncferreira / mamulengo

Lightweight database based on datascript with durable store and time travel for Clojure(Script)
Eclipse Public License 2.0
51 stars 3 forks source link

Disconnecting when any error happen #59

Closed wandersoncferreira closed 4 years ago

wandersoncferreira commented 4 years ago

It should only run mount/stop when the error is due to an attempt to run the code without connecting it before. Others errors must not trigger stop. This is an error in the utils.cljc file, the mount/stop should be inside the if-clause.