Skip to content

Commit 9ab4f75

Browse files
committed
[rust] Minor typo-fix in warninig trace
1 parent 8001566 commit 9ab4f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ pub trait SeleniumManager {
328328
Ok(Some(browser_binary_path))
329329
} else {
330330
self.get_logger().warn(format!(
331-
"Expected {} path does not exists: {}",
331+
"Expected {} path does not exist: {}",
332332
self.get_browser_name(),
333333
browser_binary_path.display()
334334
));

0 commit comments

Comments
 (0)