Skip to content

Commit

Permalink
Print error message when Fluency throws IOException
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed May 3, 2020
1 parent d58af9d commit 6cc2ac9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ protected void append(E event) {
}
} catch (IOException e) {
// pass
addError("Fluency throws the error and the message has been omitted. " + data, e);
}
}

Expand Down

0 comments on commit 6cc2ac9

Please sign in to comment.