Skip to content

Commit 97e1fba

Browse files
authored
fix: start telemetry app to handle warning logs (#62)
Fixes #61
1 parent 2a21bcc commit 97e1fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mix/tasks/tableau.build.ex

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ defmodule Mix.Tasks.Tableau.Build do
1010

1111
@impl Mix.Task
1212
def run(argv) do
13+
Application.ensure_all_started(:telemetry)
1314
{:ok, config} = Tableau.Config.new(@config)
1415
token = %{site: %{config: config}}
1516
Mix.Task.run("app.start", ["--preload-modules"])

0 commit comments

Comments
 (0)