Notify users of WS errors (God I wish this stupid library let me see HTTP status codes)
All checks were successful
Build SpookTubeEX / Build (push) Successful in 1m31s

This commit is contained in:
RedBigz 2024-06-16 10:05:38 +10:00
parent 64819cf69e
commit d31c3c9cbe

View File

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