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)
201
201
202
202
switch ( Environment . OSVersion . Platform )
203
203
{
204
+ case Pl
204
205
case PlatformID. Win32NT :
205
206
defaultInstallPath = homeInstall . FullName ;
206
207
defaultSupportPath = homeSupport . FullName ;
@@ -222,6 +223,7 @@ private static bool IsDirectory(string path)
222
223
223
224
Console . Error . WriteLine ( ) ;
224
225
Console . Error . WriteLine ( "---------------------------------" ) ;
226
+ Console . Error . WriteLine ( "IS MACOS: " + OperatingSystem . IsMacOS ( ) ) ;
225
227
Console . Error . WriteLine ( "PLATFORM ID: " + Environment . OSVersion . Platform ) ;
226
228
Console . Error . WriteLine ( "DEFAULT SUPPORT PATH: " + defaultSupportPath ) ;
227
229
Console . Error . WriteLine ( "HOME SUPPORT PATH: " + homeSupport . FullName ) ;
You can’t perform that action at this time.
0 commit comments