mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add file name to exception.
This commit is contained in:
parent
d8e2a5ba28
commit
19dde3cbc4
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ public partial class Mod
|
|||
}
|
||||
catch( Exception ex )
|
||||
{
|
||||
throw new Exception( "Could not split multi group file on .pmp import.", ex );
|
||||
throw new Exception( $"Could not split multi group file {groupFile.Name} on .pmp import.", ex );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue