summaryrefslogtreecommitdiff
path: root/src/rebar_utils.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-08-08 14:45:36 -0500
committerTristan Sloughter <t@crashfast.com>2015-08-08 14:45:36 -0500
commitecf6ad552444fa4e786bcd3959079033aff2ab7b (patch)
treeee030b66102d245094d450160e864a26d02bf6f6 /src/rebar_utils.erl
parent6fde1748b9c7a67db1dbd1fb051d630c79656b3a (diff)
fix no_return warnings
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 a61ae37..02a2262 100644
--- a/src/rebar_utils.erl
+++ b/src/rebar_utils.erl
@@ -510,6 +510,7 @@ log_msg_and_abort(Message) ->
?ABORT(Message, [])
end.
+-spec debug_log_msg_and_abort(string()) -> err_handler().
debug_log_msg_and_abort(Message) ->
fun(Command, {Rc, Output}) ->
?DEBUG("sh(~s)~n"