Notify users of WS errors (God I wish this stupid library let me see HTTP status codes)
Build SpookTubeEX / Build (push) Successful in 1m53s Details

This commit is contained in:
RedBigz 2024-06-16 10:05:38 +10:00
parent 4d6a731124
commit 98ab0e95a1
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ class SpookedUploader
ws.OnError += (sender, evt) =>
{
ShowStatus(setViewableLogText, uuid, "error", "WS ERROR");
Plugin.Logger.LogError(evt.Message);
};