#63: prn => log
This commit is contained in:
parent
f01b0538e1
commit
2f51e5049e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue