Skip to content

Commit 97aab60

Browse files
committed
minimize diff
1 parent 23a7c47 commit 97aab60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/DriverService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public async Task StartAsync()
286286
}
287287

288288
bool serviceAvailable = await this.WaitForServiceInitializationAsync().ConfigureAwait(false);
289-
DriverProcessStartedEventArgs processStartedEventArgs = new DriverProcessStartedEventArgs(driverServiceProcess);
289+
DriverProcessStartedEventArgs processStartedEventArgs = new DriverProcessStartedEventArgs(this.driverServiceProcess);
290290
this.OnDriverProcessStarted(processStartedEventArgs);
291291

292292
if (!serviceAvailable)

0 commit comments

Comments
 (0)