Movie Importer: Display Failure Message
This commit is contained in:
parent
f0271b1f72
commit
6dbbc9256a
|
@ -203,8 +203,15 @@ namespace BizHawk.Client.Common
|
|||
errorMsg = except.ToString();
|
||||
}
|
||||
|
||||
m.Filename += "." + BkmMovie.Extension;
|
||||
|
||||
if (m != null)
|
||||
{
|
||||
m.Filename += "." + BkmMovie.Extension;
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new Exception(errorMsg);
|
||||
}
|
||||
|
||||
return m;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue