Skip to content

Commit

Permalink
twitch: Write out entire Exception on generic Exceptions
Browse files Browse the repository at this point in the history
...in retryDelegate.
  • Loading branch information
zorael committed May 23, 2023
1 parent 991ca07 commit ad5cf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/kameloso/plugins/twitch/api.d
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ auto retryDelegate(Dg)(Dg dg)
version(PrintStacktraces)
{
import kameloso.common : logger;
logger.trace(e.msg);
logger.trace(e);
}
throw e;
}
Expand Down

0 comments on commit ad5cf96

Please sign in to comment.