Skip to content

Commit f61cbbd

Browse files
wooferzfggiggio
authored andcommittedDec 11, 2019
Fix typo in console.log
1 parent 7a08121 commit f61cbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Promise.resolve().then(function () {
6060
.then(verifyIfChromedriverIsAvailableAndHasCorrectVersion)
6161
.then(chromedriverIsAvailable => {
6262
if (chromedriverIsAvailable) return;
63-
console.log('Current existing ChromeDriver binary is unavailable, proceding with download and extraction.');
63+
console.log('Current existing ChromeDriver binary is unavailable, proceeding with download and extraction.');
6464
return downloadFile().then(extractDownload);
6565
})
6666
.then(() => copyIntoPlace(tmpPath, libPath))

0 commit comments

Comments
 (0)
Please sign in to comment.