Skip to content

Commit

Permalink
Uninvert
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jun 15, 2016
1 parent f16ea90 commit 5b4e381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossdock/client/errorstchout/behavior.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func Run(t crossdock.T) {

err = tchannel.NewArgReader(call.Response().Arg2Reader()).Read(&res2)
isAppErr := call.Response().ApplicationError()
if err != nil {
if err == nil {
err = tchannel.NewArgReader(call.Response().Arg3Reader()).Read(&res3)
}

Expand Down

0 comments on commit 5b4e381

Please sign in to comment.