Skip to content

Commit

Permalink
automation: was this the recent timing bug? oh my!
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed May 22, 2016
1 parent 0f6347b commit e76e24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/automation/dirac/automation/transcript_host.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
[label (str (helpers/extract-first-line text) "\n<elided stack trace>")])

(defn process-java-trace-state! [label text]
(if (re-find #"DF\.log" text)
(if (re-find #"^DF\.log" text)
(case (:logs (get-rewriting-machine-context))
:expecting-java-trace (do
(update-rewriting-machine-context! assoc :logs :received-first-log)
Expand Down

0 comments on commit e76e24c

Please sign in to comment.