This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Dialyzer insists on matching a return value
pull/316/head
Mark Allen
9 years ago
parent
1ac1cc17ac
commit
063d628549
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/lager_file_backend.erl
+ 2
- 1
src/lager_file_backend.erl
View File
@ -186,7 +186,8 @@ handle_info(_Info, State) ->
%
%
@
private
terminate
(
_
Reason
,
State
)
-
>
close_file
(
State
)
,
%
%
leaving
this
function
call
unmatched
makes
dialyzer
cranky
_
=
close_file
(
State
)
,
ok
.
%
%
@
private
Write
Preview
Loading…
Cancel
Save