Skip to content

Commit 92da9bd

Browse files
committed
add comment
1 parent 97fcdf2 commit 92da9bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/elixir_ls_utils/lib/launch.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ defmodule ElixirLS.Utils.Launch do
33
@compiled_otp_version System.otp_release()
44

55
def start_mix do
6+
# when running via mix install script mix starts and stops hex
7+
# we need to make sure it's started
68
Hex.start()
7-
# FIXME: Private API
89
Mix.start()
910
# FIXME: Private API
1011
Mix.Local.append_archives()

0 commit comments

Comments
 (0)