From 65cc07d95b1ba6572ffd732fad97c3defe999629 Mon Sep 17 00:00:00 2001 From: Robert Dober Date: Tue, 2 Jul 2024 09:18:51 +0200 Subject: [PATCH] Fixes issue #495 just removed spurious output to stdout of device's name --- lib/earmark/cli.ex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/earmark/cli.ex b/lib/earmark/cli.ex index bfb82fab..66ed3008 100644 --- a/lib/earmark/cli.ex +++ b/lib/earmark/cli.ex @@ -30,9 +30,8 @@ defmodule Earmark.Cli do end defp output({device, string}) do - IO.puts(device, string) if device == :stderr, do: exit(1) end end -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0