Skip to content

Commit

Permalink
critical hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Nov 15, 2023
1 parent 111e86f commit e2f888f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/cmd/cdev/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ func Run() {
st.AbsoluteTime = profiler.Global.MainTimeLine().Duration().String()
st.RealTime = profiler.Global.MainTimeLine().Duration().String()
st.Operation = extendedErr.Command
st.ProcessedUnitsCount = p.ProcessedUnitsCount
if p != nil {
st.ProcessedUnitsCount = p.ProcessedUnitsCount
}
if extendedErr.Err == nil {
st.OperationResult = "ok"
} else {
Expand Down

0 comments on commit e2f888f

Please sign in to comment.