Skip to content

Commit 7834f02

Browse files
tydeukim-em
authored andcommitted
chore: lake: spinner icon for computing step (#4236)
1 parent 69965c2 commit 7834f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lake/Lake/Build/Run.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def Workspace.runFetchM
203203
-- Job Computation
204204
let caption := "Computing build jobs"
205205
if showAnsiProgress then
206-
print! out s!"[?/?] {caption}"
206+
print! out s!"[?/?] {caption}"
207207
flush out
208208
let (a?, log) ← ((withLoggedIO build).run.run'.run ctx).run?
209209
let failed := log.hasEntries ∧ log.maxLv ≥ failLv

0 commit comments

Comments
 (0)