uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
339 stars 128 forks source link

Fixed error log #1284

Closed jakobht closed 8 months ago

jakobht commented 8 months ago

What changed? We currently log the wrong error which is always nil, so fixed to log the correct error

Why? Because we log the wrong error

How did you test it? N/A

Potential risks Very low, just changing a log