Skip to content

Commit e3e0808

Browse files
committed
Add debugging to C# InstallLocations.cs to determine why the support path is wrong
1 parent e5d9817 commit e3e0808

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: csharp/runner/SnippetRunner/InstallLocations.cs

-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ private static bool IsDirectory(string path)
201201

202202
switch (Environment.OSVersion.Platform)
203203
{
204-
case Pl
205204
case PlatformID.Win32NT:
206205
defaultInstallPath = homeInstall.FullName;
207206
defaultSupportPath = homeSupport.FullName;

0 commit comments

Comments
 (0)