Skip to content

Commit

Permalink
Fixing compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Aug 20, 2023
1 parent 99dcecf commit 2f0abad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/tasks/compile/deno.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ defmodule Mix.Tasks.Compile.Deno do
if File.exists?(deno_path) do
{:noop, []}
else
if function_exported?(Mix, :ensure_application!, 1) do
Mix.ensure_application!(:inets)
Mix.ensure_application!(:ssl)
end

_ = DenoEx.DenoDownloader.install(DenoEx.executable_path(), 0o770)

if File.exists?(deno_path) do
Expand Down

0 comments on commit 2f0abad

Please sign in to comment.