mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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')
|
||||
executablePath = path.join(folderPath, 'chrome-win32', 'chrome.exe');
|
||||
else
|
||||
throw 'Unsupported platfrom: ' + platform;
|
||||
throw 'Unsupported platform: ' + platform;
|
||||
return {
|
||||
executablePath,
|
||||
folderPath,
|
||||
|
Loading…
Reference in New Issue
Block a user