Skip to content

Commit

Permalink
Add support for Elixir 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Aug 21, 2016
1 parent 791f34e commit aeb9ec4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ex_syslog.ex
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ defmodule ExSyslog do
{:ok, state}
end

def handle_event(:flush, state) do
{:ok, state}
end


##############################################################################
#
Expand Down

0 comments on commit aeb9ec4

Please sign in to comment.