Skip to content

Commit eea8c6a

Browse files
diemolnvborisenko
andauthored
Update dotnet/src/webdriver/Firefox/FirefoxDriverService.cs
Co-authored-by: Nikolay Borisenko <[email protected]>
1 parent 77fe46c commit eea8c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Firefox/FirefoxDriverService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ protected override string CommandLineArguments
203203
argsBuilder.Append(" --jsdebugger");
204204
}
205205

206-
if (this.LogTruncate.HasValue && this.LogTruncate.Value)
206+
if (this.LogTruncate is true)
207207
{
208208
argsBuilder.Append(" --log-no-truncate");
209209
}

0 commit comments

Comments
 (0)