diff options
Diffstat (limited to 'src/rebar_otp_app.erl')
-rw-r--r-- | src/rebar_otp_app.erl | 1 |
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}) -> |