Commit 2fd696e
committed
Fix: use Application.ensure_all_started for :ssl and :inets
:ssl.start/0 fails when the :ssl app isn't loaded. Using
Application.ensure_all_started/1 properly boots the app
and its dependencies during dependency compilation.1 parent 4fdb45e commit 2fd696e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments