mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Log the DLive exception
This commit is contained in:
@@ -188,6 +188,7 @@ public class DLive(ChatBot kfChatBot) : IDisposable
|
|||||||
{
|
{
|
||||||
logger.Error($"Bot shit itself while trying to check if {username} is live. JSON payload follows");
|
logger.Error($"Bot shit itself while trying to check if {username} is live. JSON payload follows");
|
||||||
logger.Error(content.GetRawText);
|
logger.Error(content.GetRawText);
|
||||||
|
logger.Error(e);
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user