From 5e58823fd67703d7bfeb0b6f4848d9af2c292b9a Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 18 Mar 2015 19:11:49 -0500 Subject: treat _checkouts as deps that are always compiled --- src/rebar_utils.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rebar_utils.erl') 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), -- cgit v1.1