We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ed1e2 commit 9d1fedbCopy full SHA for 9d1fedb
dotnet/src/webdriver/DriverService.cs
@@ -255,8 +255,10 @@ public void Dispose()
255
[SecurityPermission(SecurityAction.Demand)]
256
public void Start()
257
{
258
- if(this.driverServiceProcess != null)
+ if (this.driverServiceProcess != null)
259
+ {
260
return;
261
+ }
262
263
this.driverServiceProcess = new Process();
264
this.driverServiceProcess.StartInfo.FileName = Path.Combine(this.driverServicePath, this.driverServiceExecutableName);
0 commit comments