Skip to content

Commit ed03d80

Browse files
committed
fix ref
1 parent 3ae280f commit ed03d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/expert/lib/expert/engine_node.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ defmodule Expert.EngineNode do
285285

286286
project_name = Project.name(project)
287287

288-
Expert.Project.with_progress("Building engine for #{project_name}", fn ->
288+
Expert.Progress.with_progress("Building engine for #{project_name}", fn _token ->
289289
result =
290290
fn ->
291291
Process.flag(:trap_exit, true)

0 commit comments

Comments
 (0)