Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
arrdem committed Oct 29, 2018
1 parent 4a1ee0b commit 54fad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katamari/src/katamari/roll/extensions/jvm.clj
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
(into [:dir fs/*cwd*])))
res (apply sh/sh cmd)]

(when (zero? (:exit res))
(when-not (zero? (:exit res))
(throw (ex-info "Failed to javac"
(assoc res
:target target
Expand Down

0 comments on commit 54fad1c

Please sign in to comment.