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.
Application.compile_env/3
1 parent 1815493 commit 12a33b0Copy full SHA for 12a33b0
lib/html5ever/native.ex
@@ -6,7 +6,7 @@ defmodule Html5ever.Native do
6
version = mix_config[:version]
7
github_url = mix_config[:package][:links]["GitHub"]
8
9
- env_config = Application.get_env(:html5ever, Html5ever, [])
+ env_config = Application.compile_env(:html5ever, Html5ever, [])
10
11
# This module will be replaced by the NIF module after
12
# loaded. It throws an error in case the NIF can't be loaded.
0 commit comments