Skip to content

Commit

Permalink
remove flashing output #83
Browse files Browse the repository at this point in the history
  • Loading branch information
retrogradeorbit committed Jun 23, 2020
1 parent 0173ae8 commit e69befc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/clj/spire/output/default.clj
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,10 @@
(str
(utils/colour :yellow)
(utils/escape-codes 40 0 31 1)
(format "%s failed!%s %s%s exit:%d%s"
(format "%s failed!%s %sexit:%d%s"
(str (:key host-config))
(utils/reset)
(utils/escape-codes 40 0 31 5)
(:host-string host-config)
(utils/escape-codes 40 0 31 22)
(:exit result)
(utils/reset))))
(println "--stdout--")
Expand Down

0 comments on commit e69befc

Please sign in to comment.