We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2550e04 commit 6335f60Copy full SHA for 6335f60
src/bbmustache.erl
@@ -792,8 +792,6 @@ read_data_files(Filename) ->
792
(Term, _Acc) ->
793
throw(io_lib:format("~s have unsupported format terms. (~p)", [Filename, Term]))
794
end, [], Terms);
795
- {ok, _Terms} ->
796
- throw(io_lib:format("~s have unsupported format terms.", [Filename]));
797
{error, Reason} ->
798
throw(io_lib:format("~s is unable to read. (~p)", [Filename, Reason]))
799
end.
0 commit comments