Update ServerConnection.cs
This commit is contained in:
parent
2aea2c6b9f
commit
331f0b15cd
|
|
@ -36,7 +36,7 @@ namespace Microsoft.AspNetCore.Razor.Tools
|
|||
}
|
||||
catch
|
||||
{
|
||||
// In the case an exception occured trying to open the Mutex then
|
||||
// In the case an exception occurred trying to open the Mutex then
|
||||
// the assumption is that it's not open.
|
||||
}
|
||||
|
||||
|
|
@ -387,4 +387,4 @@ namespace Microsoft.AspNetCore.Razor.Tools
|
|||
public static bool IsWindows => Path.DirectorySeparatorChar == '\\';
|
||||
public static bool IsUnix => Path.DirectorySeparatorChar == '/';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue