Skip to content

Commit 978a2eb

Browse files
committed
update warning
1 parent 0a7555d commit 978a2eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/elixir_ls_utils/lib/minimum_version.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ defmodule ElixirLS.Utils.MinimumVersion do
77
"Erlang OTP releases below 22 are not supported (Currently running OTP #{otp_release})"}
88
else
99
if otp_release == 26 and is_windows() do
10-
{:error, "Erlang OTP 26 has critical bugs on Windows. Please downgrade to OTP 25"}
10+
{:error,
11+
"Erlang OTP 26.0 and 26.1 have critical bugs on Windows. Please make sure OTP 26.2 or greater is installed"}
1112
else
1213
:ok
1314
end

0 commit comments

Comments
 (0)