File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ public static SeleniumManagerPaths BinaryPaths(string arguments)
9090 argsBuilder . Append ( " --debug" ) ;
9191 }
9292
93- var smCommandResult = RunCommand ( _lazyBinaryFullPath . Value , argsBuilder . ToString ( ) ) ;
93+ var binaryPaths = RunCommand ( _lazyBinaryFullPath . Value , argsBuilder . ToString ( ) ) ;
9494
9595 if ( _logger . IsEnabled ( LogEventLevel . Trace ) )
9696 {
97- _logger . Trace ( $ "Driver path: { smCommandResult . DriverPath } ") ;
98- _logger . Trace ( $ "Browser path: { smCommandResult . BrowserPath } ") ;
97+ _logger . Trace ( $ "Driver path: { binaryPaths . DriverPath } ") ;
98+ _logger . Trace ( $ "Browser path: { binaryPaths . BrowserPath } ") ;
9999 }
100100
101- return smCommandResult ;
101+ return binaryPaths ;
102102 }
103103
104104 /// <summary>
You can’t perform that action at this time.
0 commit comments