Skip to content

Commit

Permalink
ΣOK
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Apr 8, 2024
1 parent c05b128 commit c443721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Propulsion/Streams.fs
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ module Scheduling =
outcomes.Clear()
member internal x.DumpState(log, purge) =
if x.Categorize then
okCatsAcc.Dump(log, totalLabel = "OK")
okCatsAcc.Dump(log, totalLabel = "ΣOK")
else
okCatsAcc.Dump log
if purge then okCatsAcc.Clear()
Expand Down

0 comments on commit c443721

Please sign in to comment.