Launch the given URL in the system default browser.
function launch(url) { // launch from node domain _nodeDomain.exec("launch", url); } // Exports exports.launch = launch; });