bitovi / launchpad

NodeJS Browser Launcher
MIT License
46 stars 28 forks source link

Missing edge #84

Closed kobleistvan closed 7 years ago

kobleistvan commented 7 years ago

Hi. Just debugged the source code for about 4 hours to find out the issue I had:

launchpad/lib/local/platform/windows.js

Microsoft.MicrosoftEdge folder CAN be missing on corporate laptops. Thus, it returns undefined, and generates a TypeError. This is bad, because it tries to run Edge, where it doesn't exist. As this package is a main dependency for polymer's web-component-tester module, it breaks the polymer test functionality. Please fix :)

andrejewski commented 7 years ago

Closing in favor of existing issue: #82. Please provide a better description of the exception you are seeing in that issue, in particular which line in this file the exception is on.