Skip to content

Commit

Permalink
Misuse of included_applications
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 29, 2024
1 parent a0e35cc commit 14b3608
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/hyper.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
{registered, []},
{applications, [
kernel,
stdlib
stdlib,
basho_stats
]},
{included_applications, [basho_stats]},
{included_applications, []},
{env, []}
]}.

0 comments on commit 14b3608

Please sign in to comment.