Skip to content

Commit

Permalink
Fix returned error in update wf when shard lost (cadence-workflow#3405)
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu authored Jul 22, 2020
1 parent b21d93f commit 080db04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/shard/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ Create_Loop:
tag.Error(err),
)
s.closeShard()
break Create_Loop
return nil, err
}
}
default:
Expand Down

0 comments on commit 080db04

Please sign in to comment.