Skip to content

Commit

Permalink
Try a new format
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeebswihart committed Oct 26, 2023
1 parent b988105 commit e1d8372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ func (aw *WorkflowReplayer) replayWorkflowHistory(logger log.Logger, service wor
}
}
}
return fmt.Errorf("replay workflow doesn't return the same result as the last event, resp: (%T) %v, last: %v", resp, resp, last)
return fmt.Errorf("replay workflow doesn't return the same result as the last event, resp: %s, last: %s", resp, resp, last)

Check failure on line 1421 in internal/internal_worker.go

View workflow job for this annotation

GitHub Actions / build-and-test (1.20)

fmt.Errorf call needs 2 args but has 3 args
}

func extractHistoryFromFile(jsonfileName string, lastEventID int64) (*historypb.History, error) {
Expand Down

0 comments on commit e1d8372

Please sign in to comment.