#63: prn => log

This commit is contained in:
anatoly 2017-03-13 20:34:15 -04:00
parent f01b0538e1
commit 2f51e5049e

View file

@ -109,7 +109,7 @@
(record! state stop done)
:fail? false)
:f-failed)]
(prn error) ;; this would mostly be useful in REPL
(log error) ;; this would mostly be useful in REPL
(alter-state! current (NotStartedState. state)))
(alter-state! current (NotStartedState. state))) ;; (!) if a state does not have :stop when _should_ this might leak
(swap! running dissoc state)