summaryrefslogtreecommitdiff
path: root/src/rebar_utils.erl
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-03-23 21:27:47 -0700
committerFred Hebert <mononcqc@ferd.ca>2015-03-23 21:27:47 -0700
commit4821b923238cfe94de7ad8824c5c9ecf88275563 (patch)
tree7b5857e2e417050ab59c2c35bc68f2193ce2f4af /src/rebar_utils.erl
parent63fb911303d57294c8e5f8a291026ca6b5f3709c (diff)
parent5e58823fd67703d7bfeb0b6f4848d9af2c292b9a (diff)
Merge pull request #286 from tsloughter/checkouts
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),