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 99dcecf commit 2f0abadCopy full SHA for 2f0abad
lib/tasks/compile/deno.ex
@@ -14,11 +14,6 @@ defmodule Mix.Tasks.Compile.Deno do
14
if File.exists?(deno_path) do
15
{:noop, []}
16
else
17
- if function_exported?(Mix, :ensure_application!, 1) do
18
- Mix.ensure_application!(:inets)
19
- Mix.ensure_application!(:ssl)
20
- end
21
-
22
_ = DenoEx.DenoDownloader.install(DenoEx.executable_path(), 0o770)
23
24
0 commit comments