GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.32k stars 309 forks source link

fix(example): photobooth works on chrome stable #137

Closed ChALkeR closed 5 years ago

ChALkeR commented 5 years ago

Chrome 72 is stable now, no reason to refuse launching on it.

Without this patch, the example failed with

Could not find Chrome installation, please make sure Chrome browser is installed from https://www.google.com/chrome/.

Btw, the now-removed warning was not working as it should have been, as it was not printed when carlo failed to find Chrome Canary, leaving the user with no idea why doesn't this example work when Chrome is installed.