mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Show exception in service init error message
This commit is contained in:
parent
febf4e55a4
commit
c82bb8191d
1 changed files with 10 additions and 10 deletions
|
|
@ -90,7 +90,7 @@ internal sealed class Dalamud : IServiceType
|
|||
return;
|
||||
|
||||
Util.Fatal(
|
||||
"Dalamud failed to load all necessary services.\n\nThe game will continue, but you may not be able to use plugins.",
|
||||
$"Dalamud failed to load all necessary services.\nThe game will continue, but you may not be able to use plugins.\n\n{t.Exception}",
|
||||
"Dalamud", false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue