Merge pull request #691 from danvolchek/develop

[SMAPI] Fix update marker file not being created
This commit is contained in:
Jesse Plamondon-Willard 2020-01-12 20:41:57 -05:00 committed by GitHub
commit abe1fa1442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -590,6 +590,8 @@ namespace StardewModdingAPI.Framework
else
this.Monitor.Log(" SMAPI okay.", LogLevel.Trace);
updateFound = response.SuggestedUpdate?.Version;
// show errors
if (response.Errors.Any())
{