sindresorhus/opn


The issue has been solved
Use the `childProcess.spawn` `shell` option on Windows and fix the quote issue #115
sindresorhus posted onGitHub
It might simplify some of the ugly command and escaping logic:
https://github.com/sindresorhus/opn/blob/15caf1c276f1251c9cf8c9cebd40c5ec0681a8c9/index.js#L34-L36
And fix the quote issue: https://github.com/sindresorhus/opn/issues/77