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 1b827c2 commit b0851bfCopy full SHA for b0851bf
rust/src/main.rs
@@ -283,7 +283,7 @@ fn log_driver_and_browser_path(
283
if driver_path.exists() {
284
log.info(format!("{}{}", DRIVER_PATH, driver_path.display()));
285
} else {
286
- log.error(format!("Driver unavailable: {}", DRIVER_PATH));
+ log.error(format!("Driver unavailable: {}", driver_path.display()));
287
flush_and_exit(UNAVAILABLE, log, None);
288
}
289
if !browser_path.is_empty() {
0 commit comments