summaryrefslogtreecommitdiff
path: root/src/rebar_otp_app.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-02-19 08:30:19 -0600
committerTristan Sloughter <t@crashfast.com>2015-02-19 09:22:41 -0600
commit62ff6718fd3671dac98278d57f97a6fb089c374f (patch)
tree3d13bca6e5209786728859469e43f1b142433853 /src/rebar_otp_app.erl
parentc3cdecf1252fe51caa7b9aeb0e1f77bd735c0131 (diff)
update project app list with new appinfo records after build
Diffstat (limited to 'src/rebar_otp_app.erl')
-rw-r--r--src/rebar_otp_app.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_otp_app.erl b/src/rebar_otp_app.erl
index e5e2361..272d950 100644
--- a/src/rebar_otp_app.erl
+++ b/src/rebar_otp_app.erl
@@ -54,6 +54,7 @@ compile(State, App) ->
validate_app(State2, App1).
+
format_error({file_read, File, Reason}) ->
io_lib:format("Failed to read ~s for processing: ~p", [File, Reason]);
format_error({invalid_name, File, AppName}) ->