mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 11:27:42 +01:00
Merge pull request #2618 from marzent/troubleshoot-error
Fix troubleshooting json error on non-Windows platforms
This commit is contained in:
commit
0f14f5dab7
1 changed files with 1 additions and 2 deletions
|
|
@ -90,8 +90,7 @@ public static class Troubleshooting
|
|||
|
||||
File.WriteAllText(
|
||||
Path.Join(
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
|
||||
"XIVLauncher",
|
||||
startInfo.LogPath,
|
||||
"dalamud.troubleshooting.json"),
|
||||
JsonConvert.SerializeObject(payload, Formatting.Indented));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue