Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bod9001 committed Nov 19, 2023
1 parent afa02a7 commit 86f974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitystationLauncher/Services/InstallationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ await Task.Run(() =>
else
{
string jsonString = System.Text.Json.JsonSerializer.Serialize(ErrorList);

string filePath = Path.Combine(_preferencesService.GetPreferences().InstallationPath, "CodeScanErrors.json");

File.WriteAllText(filePath, jsonString);
Expand Down

0 comments on commit 86f974d

Please sign in to comment.