Skip to content

Commit

Permalink
Update check-dialyzer.escript
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo committed Jul 6, 2015
1 parent 52ba012 commit 5829a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-dialyzer.escript
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ file_exists(Filename) ->
case file:read_file_info(Filename) of
{ok, _} -> 'true';
{error, enoent} -> 'false';
{error, Reason} -> 'false';
{error, _Reason} -> 'false';
_ -> 'false'
end.

Expand Down

0 comments on commit 5829a82

Please sign in to comment.