mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-20 08:16:31 +00:00
Fix local webdriver discovery via PATH (#1794)
This commit is contained in:
@ -264,7 +264,7 @@ impl Driver {
|
||||
Some(p) => p,
|
||||
None => continue,
|
||||
};
|
||||
return Ok(ctor(Locate::Local((path.into(), env_args(driver)))));
|
||||
return Ok(ctor(Locate::Local((driver.into(), env_args(driver)))));
|
||||
}
|
||||
|
||||
// TODO: download an appropriate driver? How to know which one to
|
||||
|
Reference in New Issue
Block a user