logxi icon indicating copy to clipboard operation
logxi copied to clipboard

Suggestion. Remove unuseful panic

Open gollariel opened this issue 4 years ago • 0 comments

Usually:

  1. panic generate a lot of unuseful traces
  2. should be catch and logged additionally
  3. defer not make sense, cause it last line in the method

This PR fix that behavior

gollariel avatar Apr 14 '20 15:04 gollariel