Skip to content

Commit

Permalink
minor docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 25, 2023
1 parent e52f6ed commit eab499e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Default: `process.env.GECKODRIVER_FILEPATH`
The path to the root of the cache directory.

Type: `string`<br />
Default: `process.env.GECKODRIVER_CACHE_DIR`
Default: `process.env.GECKODRIVER_CACHE_DIR || os.tmpdir()`

# Other Browser Driver

Expand Down
1 change: 0 additions & 1 deletion src/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export async function download (
}

const binaryFilePath = path.resolve(cacheDir, BINARY_FILE)

if (await hasAccess(binaryFilePath)) {
return binaryFilePath
}
Expand Down

0 comments on commit eab499e

Please sign in to comment.