We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bb1c4 commit 24e63ccCopy full SHA for 24e63cc
lib/mix/lib/mix/compilers/erlang.ex
@@ -13,7 +13,7 @@ defmodule Mix.Compilers.Erlang do
13
@type compile_opts :: [
14
all_warnings: boolean(),
15
force: boolean(),
16
- parallel: MapSet.t(Path.t()),
+ parallel: boolean() | MapSet.t(Path.t()),
17
preload: (-> term()),
18
verbose: boolean()
19
]
0 commit comments