Skip to content

Commit

Permalink
Update scripts/ensure-correct-devtools-protocol-package.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Bynens <mathias@qiwi.be>
  • Loading branch information
jackfranklin and mathiasbynens committed Jul 9, 2020
1 parent 5629a41 commit d63dbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ensure-correct-devtools-protocol-package.ts
Expand Up @@ -70,7 +70,7 @@ const bestRevisionFromNpm = output.split(' ')[1].replace(/'|\n/g, '');
if (currentProtocolPackageInstalledVersion !== bestRevisionFromNpm) {
console.log(`ERROR: bad devtools-protocol revision detected:
Current Pptr Chromium revision: ${PUPPETEER_REVISIONS.chromium}
Current Puppeteer Chromium revision: ${PUPPETEER_REVISIONS.chromium}
Current devtools-protocol version in package.json: ${currentProtocolPackageInstalledVersion}
Expected devtools-protocol version: ${bestRevisionFromNpm}`);

Expand Down

0 comments on commit d63dbef

Please sign in to comment.