mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
remove misplaced \
This commit is contained in:
@@ -119,7 +119,7 @@ internal static partial class LogParserResult
|
||||
if (items["mounted_dev_bdvd"] is { Length: > 0 } mountedBdvd)
|
||||
{
|
||||
var bdvdPath = mountedBdvd.TrimEnd('/');
|
||||
bool isWin = items["os_type"] == "Windows" && bdvdPath.EndsWith(':');\
|
||||
bool isWin = items["os_type"] == "Windows" && bdvdPath.EndsWith(':');
|
||||
bool isMac = items["os_type"] == "MacOS" && bdvdPath.StartsWith("/Volumes/", StringComparison.OrdinalIgnoreCase);
|
||||
if (isWin || isMac)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user