diff options
Diffstat (limited to 'src/rebar_utils.erl')
-rw-r--r-- | src/rebar_utils.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl index 70af4f2..8f71bab 100644 --- a/src/rebar_utils.erl +++ b/src/rebar_utils.erl @@ -139,7 +139,7 @@ ensure_dir(Path) -> -spec abort() -> no_return(). abort() -> - delayed_halt(1). + throw(rebar_abort). -spec abort(string(), [term()]) -> no_return(). abort(String, Args) -> |