pwnall / node-open

open a file or uri with the users preferred application (browser, editor, etc), cross platform
MIT License
560 stars 57 forks source link

Cannot open edge browser with url #63

Open trigger2160 opened 7 years ago

trigger2160 commented 7 years ago

I cannot open the edge browser with a url. If I pass "microsoft-edge:" as the browser (including the colon) with a url it will just open the edge browser on an empty page. From some local tests it looks like you need to specify the url after the colon without a space, it looks like the code here adds a space before the url.