Log FFmpeg download fails to stdout in Debug config

This commit is contained in:
James Groom 2023-09-09 16:56:06 +10:00 committed by GitHub
parent a351dcc557
commit 2647bb8300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -105,9 +105,10 @@ namespace BizHawk.Client.EmuHawk
succeeded = true;
}
catch
catch (Exception e)
{
failed = true;
Util.DebugWriteLine($"FFmpeg download failed with:\n{e}");
}
finally
{