We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca4b37 commit 09d1b11Copy full SHA for 09d1b11
csharp/runner/SnippetRunner/InstallLocations.cs
@@ -224,6 +224,7 @@ private static bool IsDirectory(string path)
224
Console.Error.WriteLine("---------------------------------");
225
Console.Error.WriteLine("PLATFORM ID: " + PlatformID.MacOSX);
226
Console.Error.WriteLine("DEFAULT SUPPORT PATH: " + defaultSupportPath);
227
+ Console.Error.WriteLine("HOME SUPPORT PATH: " + homeSupport.FullName);
228
229
Console.Error.WriteLine();
230
0 commit comments