Skip to content

Commit

Permalink
forgot erlang function export
Browse files Browse the repository at this point in the history
  • Loading branch information
guillheu committed Nov 25, 2024
1 parent 97004c9 commit 8c074e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gleam_otp_external.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

-export([
application_stopped/0, convert_system_message/2,
static_supervisor_start_link/1
static_supervisor_start_link/1, erlang_supervisor_start_link/1
]).

% TODO: support other system messages
Expand Down

0 comments on commit 8c074e3

Please sign in to comment.