diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-01 06:01:53 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-01 06:01:53 -0400 |
commit | 52cf953f685c65b2b6814e375ec9a5ffa03c440a (patch) | |
tree | 7128b906d40e94c56c34ed6058f27bc31c31a08b /src | |
parent | dde0c89f527c495dddbe983ef02dbdf8fedb844a (diff) | |
download | SMAPI-52cf953f685c65b2b6814e375ec9a5ffa03c440a.tar.gz SMAPI-52cf953f685c65b2b6814e375ec9a5ffa03c440a.tar.bz2 SMAPI-52cf953f685c65b2b6814e375ec9a5ffa03c440a.zip |
mention SMAPI-crash.txt in log parser instructions
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Web/Views/LogParser/Index.cshtml | 6 |
1 files changed, 3 insertions, 3 deletions
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) <li>Click the options menu (might be labeled <em>Go</em> or <code>⋮</code>).</li> <li>Choose <em>Enter Location</em>.</li> <li>Enter this exact text: <pre>~/.config/StardewValley/ErrorLogs</pre></li> - <li>The log file is <code>SMAPI-latest.txt</code>.</li> + <li>The log file is <code>SMAPI-crash.txt</code> if it exists, otherwise <code>SMAPI-latest.txt</code>.</li> </ol> </div> <div data-os="mac"> @@ -86,7 +86,7 @@ else if (Model.ParsedLog?.IsValid == true) <li>Open the Finder app.</li> <li>Click <em>Go</em> at the top, then <em>Enter Location</em>.</li> <li>Enter this exact text: <pre>~/.config/StardewValley/ErrorLogs</pre></li> - <li>The log file is <code>SMAPI-latest.txt</code>.</li> + <li>The log file is <code>SMAPI-crash.txt</code> if it exists, otherwise <code>SMAPI-latest.txt</code>.</li> </ol> </div> <div data-os="windows"> @@ -94,7 +94,7 @@ else if (Model.ParsedLog?.IsValid == true) <ol> <li>Press the <code>Windows</code> and <code>R</code> buttons at the same time.</li> <li>In the 'run' box that appears, enter this exact text: <pre>%appdata%\StardewValley\ErrorLogs</pre></li> - <li>The log file is <code>SMAPI-latest.txt</code>.</li> + <li>The log file is <code>SMAPI-crash.txt</code> if it exists, otherwise <code>SMAPI-latest.txt</code>.</li> </ol> </div> |