Skip to content

Instantly share code, notes, and snippets.

@ginpei
Created April 10, 2016 04:17
Show Gist options
  • Select an option

  • Save ginpei/80790cd62397ee147a91744c7be7db4b to your computer and use it in GitHub Desktop.

Select an option

Save ginpei/80790cd62397ee147a91744c7be7db4b to your computer and use it in GitHub Desktop.
var opener = require('opener');
var result = opener('http://www.example.com/');
console.log(result.spawnfile, result.exitCode);
setTimeout(()=>console.log(result.spawnfile, result.exitCode),1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment