summaryrefslogtreecommitdiffstats
path: root/src/ct_helper_error_h.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ct_helper_error_h.erl')
-rw-r--r--src/ct_helper_error_h.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ct_helper_error_h.erl b/src/ct_helper_error_h.erl
index 796e07a..2cf88c8 100644
--- a/src/ct_helper_error_h.erl
+++ b/src/ct_helper_error_h.erl
@@ -156,9 +156,10 @@ code_change(_, State, _) ->
%% Internal.
write_event(Event) ->
- error_logger_tty_h:write_event(
+ _ = error_logger_tty_h:write_event(
{erlang:universaltime(), Event},
- io).
+ io),
+ ok.
count_args("]" ++ _, N, 0) ->
N;