From 52cf953f685c65b2b6814e375ec9a5ffa03c440a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 1 Aug 2018 06:01:53 -0400 Subject: mention SMAPI-crash.txt in log parser instructions --- src/SMAPI.Web/Views/LogParser/Index.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/SMAPI.Web/Views') diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index f5501fed..e735e8f3 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -77,7 +77,7 @@ else if (Model.ParsedLog?.IsValid == true)
  • Click the options menu (might be labeled Go or ).
  • Choose Enter Location.
  • Enter this exact text:
    ~/.config/StardewValley/ErrorLogs
  • -
  • The log file is SMAPI-latest.txt.
  • +
  • The log file is SMAPI-crash.txt if it exists, otherwise SMAPI-latest.txt.
  • @@ -86,7 +86,7 @@ else if (Model.ParsedLog?.IsValid == true)
  • Open the Finder app.
  • Click Go at the top, then Enter Location.
  • Enter this exact text:
    ~/.config/StardewValley/ErrorLogs
  • -
  • The log file is SMAPI-latest.txt.
  • +
  • The log file is SMAPI-crash.txt if it exists, otherwise SMAPI-latest.txt.
  • @@ -94,7 +94,7 @@ else if (Model.ParsedLog?.IsValid == true)
    1. Press the Windows and R buttons at the same time.
    2. In the 'run' box that appears, enter this exact text:
      %appdata%\StardewValley\ErrorLogs
    3. -
    4. The log file is SMAPI-latest.txt.
    5. +
    6. The log file is SMAPI-crash.txt if it exists, otherwise SMAPI-latest.txt.
    -- cgit