Skip to content

Commit

Permalink
🔥 Remove message to add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Aug 11, 2024
1 parent 37d5c33 commit 1b4827f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/squirrel.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,6 @@ fn pretty_report(dirs: Dict(String, #(Int, List(Error)))) -> String {
)
|> doc.to_string(width)
|> ansi.green
|> string.append("\n")
|> string.append(
text_with_header(
"🥜 ",
"Don't forget to run `gleam add decode gleam_pgo` if you haven't yet!",
)
|> doc.to_string(width)
|> ansi.cyan,
)

n, [_, ..] ->
[
Expand Down

0 comments on commit 1b4827f

Please sign in to comment.