Skip to content

Commit

Permalink
Added: Newline in one of the most important errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Oct 26, 2022
1 parent bd34144 commit 28d2bb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public async Task ExecuteAsync()
}
catch (Exception e)
{
Errors.HandleException(e, Resources.ErrorCantReadExeFile.Get());
Errors.HandleException(e, $"{Resources.ErrorCantReadExeFile.Get()}\n");
}

var applications = index.FindApplication(hash, config.AppId, out bool hashMatches);
Expand Down

0 comments on commit 28d2bb3

Please sign in to comment.