Skip to content

Commit

Permalink
chore: more precise build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Dec 25, 2024
1 parent 7754c8f commit 43d3044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ library_facet docsHeader (lib) : FilePath := do
moduleJobs.bindSync fun _ inputTrace => do
let depTrace := mixTraceArray #[inputTrace, exeTrace, coreInputTrace]
let trace ← buildFileUnlessUpToDate dataFile depTrace do
logInfo "Documentation indexing"
logInfo "Documentation header indexing"
proc {
cmd := exeFile.toString
args := #["headerData", "--build", buildDir.toString]
Expand Down

0 comments on commit 43d3044

Please sign in to comment.