Skip to content

Commit da351d4

Browse files
committed
Amazing improvement
1 parent 088e107 commit da351d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/SeleniumManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static class SeleniumManager
8585
SupportedPlatform.Linux => Path.Combine(currentDirectory, "runtimes", "linux", "native", "selenium-manager"),
8686
SupportedPlatform.MacOS => Path.Combine(currentDirectory, "runtimes", "osx", "native", "selenium-manager"),
8787
_ => throw new PlatformNotSupportedException(
88-
$"Selenium Manager doesn't support your runtime platform: {RuntimeInformation.OSDescription}"),
88+
$"Selenium Manager doesn't support your runtime platform: {RuntimeInformation.OSDescription}"),
8989
};
9090
}
9191

0 commit comments

Comments
 (0)