File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
csharp/runner/SnippetRunner Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ private static bool IsDirectory(string path)
201201
202202 switch ( Environment . OSVersion . Platform )
203203 {
204+ case Pl
204205 case PlatformID. Win32NT :
205206 defaultInstallPath = homeInstall . FullName ;
206207 defaultSupportPath = homeSupport . FullName ;
@@ -222,6 +223,7 @@ private static bool IsDirectory(string path)
222223
223224 Console . Error . WriteLine ( ) ;
224225 Console . Error . WriteLine ( "---------------------------------" ) ;
226+ Console . Error . WriteLine ( "IS MACOS: " + OperatingSystem . IsMacOS ( ) ) ;
225227 Console . Error . WriteLine ( "PLATFORM ID: " + Environment . OSVersion . Platform ) ;
226228 Console . Error . WriteLine ( "DEFAULT SUPPORT PATH: " + defaultSupportPath ) ;
227229 Console . Error . WriteLine ( "HOME SUPPORT PATH: " + homeSupport . FullName ) ;
You can’t perform that action at this time.
0 commit comments