We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e256fc + 171e9b3 commit 9072965Copy full SHA for 9072965
lib/elixir/lib/io/ansi.ex
@@ -39,7 +39,7 @@ defmodule IO.ANSI do
39
def enabled? do
40
case Application.fetch_env(:elixir, :ansi_enabled) do
41
{:ok, boolean} when is_boolean(boolean) -> boolean
42
- :error -> !match?({:win32, _}, :os.type())
+ :error -> not match?({:win32, _}, :os.type())
43
end
44
45
0 commit comments