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 9fd85b0 commit 0dd933bCopy full SHA for 0dd933b
bin/elixir.bat
@@ -165,7 +165,7 @@ if %errorlevel% == 0 (
165
set beforeExtra=-elixir ansi_enabled true !beforeExtra!
166
)
167
168
-set beforeExtra=-noshell -elixir_root !SCRIPT_PATH!..\lib -pa !SCRIPT_PATH!..\lib\elixir\ebin -s elixir start_cli !beforeExtra!
+set beforeExtra=-noshell -elixir_root "!SCRIPT_PATH!..\lib" -pa "!SCRIPT_PATH!..\lib\elixir\ebin" -s elixir start_cli !beforeExtra!
169
170
if defined ELIXIR_CLI_DRY_RUN (
171
if defined useWerl (
0 commit comments