Skip to content

Commit

Permalink
Add output when skipping CoreComponents replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFirstAvenger committed Nov 15, 2024
1 parent 598a525 commit 1f1fe72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mix/tasks/station_ui.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ defmodule Mix.Tasks.StationUi.Install do
)

Mix.shell().info("Replaced #{core_components_path}")
else
Mix.shell().info("Skipping replacing CoreComponents")
end
end
end

0 comments on commit 1f1fe72

Please sign in to comment.