From 1eccb71437a6a5477ce79889c3c473fbc7372c59 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 28 Dec 2025 17:43:15 -0600 Subject: [PATCH] Fix svg --- Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross b/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross index 257b6e0..ddc6a6a 100644 --- a/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross +++ b/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross @@ -1042,7 +1042,7 @@ class TYTD.Downloader { } } catch(ex) { try{ - this.LOG($"Exception caught on download thread: {e}"); + this.LOG($"Exception caught on download thread: {ex}"); }catch(ex2){} } }