chore(downloader): fix typo in error exception message (#1076)
This commit is contained in:
parent
b3857bd690
commit
eee168a745
@ -146,7 +146,7 @@ module.exports = {
|
|||||||
else if (platform === 'win32' || platform === 'win64')
|
else if (platform === 'win32' || platform === 'win64')
|
||||||
executablePath = path.join(folderPath, 'chrome-win32', 'chrome.exe');
|
executablePath = path.join(folderPath, 'chrome-win32', 'chrome.exe');
|
||||||
else
|
else
|
||||||
throw 'Unsupported platfrom: ' + platform;
|
throw 'Unsupported platform: ' + platform;
|
||||||
return {
|
return {
|
||||||
executablePath,
|
executablePath,
|
||||||
folderPath,
|
folderPath,
|
||||||
|
Loading…
Reference in New Issue
Block a user