Skip to content

Commit

Permalink
Merge branch 'master' into fixmocksa
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu committed Aug 20, 2020
2 parents d7b8491 + 15ec566 commit 556bb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_task_pollers.go
Expand Up @@ -779,7 +779,7 @@ func newGetHistoryPageFunc(
var err1 error
h, err1 = serializer.DeserializeBlobDataToHistoryEvents(resp.RawHistory, s.HistoryEventFilterTypeAllEvent)
if err1 != nil {
return nil, nil, nil
return nil, nil, err1
}
} else {
h = resp.History
Expand Down

0 comments on commit 556bb09

Please sign in to comment.