mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +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;
|
return;
|
||||||
|
|
||||||
Util.Fatal(
|
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);
|
"Dalamud", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue