Log errors as failing mod
Pathoschild opened this issue ยท 1 comments
When a mod throws a failing exception, it's reported in the log as a SMAPI error:
[SMAPI] Animal Husbandry crashed when editing asset 'Data\NPCGiftTastes', which may cause errors in-game. Error details: [...]
That often causes confusion. Log errors as the mod instead:
[Animal Husbandry] Crashed when editing asset 'Data\NPCGiftTastes', which may cause errors in-game. Error details: [...]