Kaynağa Gözat

Dialyzer insists on matching a return value

pull/316/head
Mark Allen 9 yıl önce
ebeveyn
işleme
063d628549
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      src/lager_file_backend.erl

+ 2
- 1
src/lager_file_backend.erl Dosyayı Görüntüle

@ -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

Yükleniyor…
İptal
Kaydet