mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Formatting
This commit is contained in:
parent
8feb0a9c53
commit
1e9e3b3f16
1 changed files with 1 additions and 2 deletions
|
|
@ -198,8 +198,7 @@ namespace Dalamud
|
||||||
var info = "Further information could not be obtained";
|
var info = "Further information could not be obtained";
|
||||||
if (ex.TargetSite != null && ex.TargetSite.DeclaringType != null)
|
if (ex.TargetSite != null && ex.TargetSite.DeclaringType != null)
|
||||||
{
|
{
|
||||||
info =
|
info = $"{ex.TargetSite.DeclaringType.Assembly.GetName().Name}, {ex.TargetSite.DeclaringType.FullName}::{ex.TargetSite.Name}";
|
||||||
$"{ex.TargetSite.DeclaringType.Assembly.GetName().Name}, {ex.TargetSite.DeclaringType.FullName}::{ex.TargetSite.Name}";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const MessageBoxType flags = NativeFunctions.MessageBoxType.YesNo | NativeFunctions.MessageBoxType.IconError | NativeFunctions.MessageBoxType.SystemModal;
|
const MessageBoxType flags = NativeFunctions.MessageBoxType.YesNo | NativeFunctions.MessageBoxType.IconError | NativeFunctions.MessageBoxType.SystemModal;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue