BSiLabs / HttpTracer

MIT License
172 stars 13 forks source link

[CF] moved logging and return to inner scope #9

Closed ChaseFlorell closed 6 years ago

ChaseFlorell commented 6 years ago

since the catch re-throws, there's really no point in leaving the logging and return result outside the try/catch. Moving it into the inner scope helps readability and keeps things tighter.