summaryrefslogtreecommitdiff
path: root/src/rebar.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar.erl')
-rw-r--r--src/rebar.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index 0024401..5050326 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -46,7 +46,7 @@ main(Args) ->
false ->
ok
end,
-
+
case catch(rebar_core:run(Args)) of
ok ->
ok;