This commit is contained in:
2025-12-28 17:43:15 -06:00
parent 269b654c2e
commit 1eccb71437

View File

@@ -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){}
}
}