Cleaned up some warnings

This commit is contained in:
Joseph Milazzo 2021-01-09 16:22:28 -06:00
parent cd8a1d2892
commit 6020697d7d
7 changed files with 8 additions and 23 deletions

View file

@ -46,6 +46,7 @@ namespace API.IO
catch (Exception ex)
{
Console.WriteLine("There was a critical error and prevented thumbnail generation.");
Console.WriteLine(ex.Message);
}
}