Skip to content

Commit

Permalink
chore: update standard and mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jul 30, 2019
1 parent 148292a commit e3feaf5
Show file tree
Hide file tree
Showing 4 changed files with 1,691 additions and 2,530 deletions.
2 changes: 1 addition & 1 deletion download-chromedriver.js
Expand Up @@ -17,7 +17,7 @@ function download (version, callback) {

function processDownload (err, zipPath) {
if (err != null) throw err
extractZip(zipPath, {dir: path.join(__dirname, 'bin')}, error => {
extractZip(zipPath, { dir: path.join(__dirname, 'bin') }, error => {
if (error != null) throw error
if (process.platform !== 'win32') {
fs.chmod(path.join(__dirname, 'bin', 'chromedriver'), '755', error => {
Expand Down

0 comments on commit e3feaf5

Please sign in to comment.