From d521c20e8ae123bdcdbcabcc246ca24bc74dad3c Mon Sep 17 00:00:00 2001 From: AnotherPillow Date: Sun, 13 Nov 2022 17:06:10 +0000 Subject: Only check for Error Handler on SMAPI 3.9+ --- src/SMAPI.Web/Views/LogParser/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index c1251c21..b989417e 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -248,7 +248,7 @@ else if (log?.IsValid == true) {

Suggested fixes