Skip to content

Commit 7e61f87

Browse files
committed
Double check if bat is necessary
1 parent 5f16c0e commit 7e61f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/deps.partition.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule Mix.Tasks.Deps.Partition do
2121

2222
defp server(socket, deps, count, force?) do
2323
elixir =
24-
System.find_executable("elixir") ||
24+
System.find_executable("elixir") || System.find_executable("elixir.bat") ||
2525
raise "cannot find elixir executable for partition compilation"
2626

2727
{:ok, {ip, port}} = :inet.sockname(socket)

0 commit comments

Comments
 (0)