diff --git a/src/clj/game/core/runs.clj b/src/clj/game/core/runs.clj index 0dfdf2e87c..4226d1a1bc 100644 --- a/src/clj/game/core/runs.clj +++ b/src/clj/game/core/runs.clj @@ -475,10 +475,11 @@ 2500))))) (defmethod continue :default - [_ _ _] + [state _ _] (.println *err* (with-out-str (print-stack-trace - (Exception. "Continue clicked at the wrong time") + (Exception. + (str "Continue clicked at the wrong time, run phase: " (:phase (:run @state)))) 2500)))) (defn redirect-run