bitovi / launchpad

NodeJS Browser Launcher
MIT License
46 stars 28 forks source link

Fix for Issue #82 #83

Closed eugene-stepanov closed 7 years ago

eugene-stepanov commented 7 years ago

getEdgeDirectory() fixed to return default systemApps folder instead of "undefined" in case if there is no Edge browser in the system.

"undefined" value makes subsequent call to path.join(getEdgeDirectory(), 'MicrosoftEdge.exe') to throw an exception.

eugene-stepanov commented 7 years ago

@andrejewski, thanks for code review. Requested change has been made.

andrejewski commented 7 years ago

Thanks very much @eugene-stepanov, I know this issue had been a blocker for people.