diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rebar.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index 0f4e90f..7568898 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -1,5 +1,5 @@ --define(FAIL, throw({error, failed})). +-define(ABORT, rebar_utils:abort()). -define(ABORT(Str, Args), rebar_utils:abort(Str, Args)). -define(CONSOLE(Str, Args), io:format(Str, Args)). |