Skip to content

Commit

Permalink
also print pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed Sep 14, 2023
1 parent d67559e commit 175f7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/html/HTMLWriter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,8 @@ function render(doc::Documenter.Document, settings::HTML=HTML())
- $(n_warnings) blocks had '$(fallback)' fallback image representation available, using that.
"""
end
pages = sort(unique(w.page for w in warnings))
msg *= " On pages: $(join(pages, ", "))\n"
end
@warn(msg)
end
Expand Down

0 comments on commit 175f7dd

Please sign in to comment.