Show exception in service init error message

This commit is contained in:
goaaats 2025-04-26 21:52:45 +02:00
parent febf4e55a4
commit c82bb8191d

View file

@ -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);
}