summaryrefslogtreecommitdiff
path: root/src/rebar_utils.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-03-18 19:11:49 -0500
committerTristan Sloughter <t@crashfast.com>2015-03-21 15:11:57 -0500
commit5e58823fd67703d7bfeb0b6f4848d9af2c292b9a (patch)
tree35917b6bf6d6a7736e6e1e83b1dbe9029d165b40 /src/rebar_utils.erl
parente4bf78a96aa95b612ba0ae29d631018d8a6639d5 (diff)
treat _checkouts as deps that are always compiled
Diffstat (limited to 'src/rebar_utils.erl')
-rw-r--r--src/rebar_utils.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl
index 2f27fd3..df25997 100644
--- a/src/rebar_utils.erl
+++ b/src/rebar_utils.erl
@@ -387,6 +387,7 @@ beams(Dir) ->
-spec abort() -> no_return().
abort() ->
throw(rebar_abort).
+
-spec abort(string(), [term()]) -> no_return().
abort(String, Args) ->
?ERROR(String, Args),