sindresorhus/opn



Do you want to work on this issue?
You can request for a bounty in order to promote it!
process not exist after open #197
miaowm5 posted onGitHub
Version: 7.3.0 OS: Windows
I try to open a url and stop the process, but it not works. this is my code:
const open = require('open')
open('http://google.com')
and I have to use ctrl+c to stop the process...
I try version 7.1.0 and it works correct So, the use have change during 7.1.0 to 7.3.0 ?