diff options
Diffstat (limited to 'src/rebar_utils.erl')
-rw-r--r-- | src/rebar_utils.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl index 9df360c..9512152 100644 --- a/src/rebar_utils.erl +++ b/src/rebar_utils.erl @@ -123,6 +123,7 @@ ensure_dir(Path) -> Error end. +-spec abort(string(), [term()]) -> no_return(). abort(String, Args) -> ?ERROR(String, Args), halt(1). |