sindresorhus/opn
Do you want to work on this issue?
You can request for a bounty in order to promote it!
Callback is called immediately when opening a webpage in chrome with chrome already open #18
sgen posted onGitHub
Reproduce by opening chrome and then calling opn('http://google.com/', function() { console.log('closed'); });
The callback is immediately called and chrome remains open.