Fix post -main-merge issue (#213)

This commit is contained in:
Paulo F. Oliveira
2023-06-21 15:08:08 -05:00
committed by GitHub
parent df9a60921b
commit 61e01a43a5
3 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -210,7 +210,8 @@ async function getElixirVersion(exSpec0, otpVersion0, hexMirrors) {
throw new Error(
`Requested Elixir / Erlang/OTP version (${exSpec0} / ${otpVersion0}) not ` +
'found in version list (did you check Compatibility between Elixir and Erlang/OTP?).' +
'Elixir and Erlang/OTP compatibility can be found on: https://hexdocs.pm/elixir/compatibility-and-deprecations.html',
'Elixir and Erlang/OTP compatibility can be found at: ' +
'https://hexdocs.pm/elixir/compatibility-and-deprecations.html',
)
}