Skip to content

Commit

Permalink
Merge pull request #47 from electron/update-standard-mocha
Browse files Browse the repository at this point in the history
chore: update standard and mocha
  • Loading branch information
John Kleinschmidt committed Jul 30, 2019
2 parents 148292a + e3feaf5 commit 2f4cca7
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 2f4cca7

Please sign in to comment.