Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
click() {
shell.openExternal('https://github.com/mariorodeghiero/git-commands/issues');
}
}
function launchBrowser () {
if (status.url) {
shell.openExternal(status.url)
}
}
execute: async () => {
shell.openExternal('https://github.com/marktext/marktext/blob/develop/docs/MARKDOWN_SYNTAX.md')
}
},
{ label: 'Search Issues', click() { shell.openExternal('https://github.com/atom/electron/issues'); } }
]
baidu() {
shell.openExternal(
`https://www.baidu.com/s?ie=utf-8&wd=${this.getModifiedText()}`
);
}
openLink(e) {
e.preventDefault();
shell.openExternal(this.props.href);
}
click() {
shell.openExternal('http://electron.atom.io');
}
},
click() {
shell.openExternal('https://discuss.atom.io/c/electron');
}
}, {
click() {
shell.openExternal('https://docs.moodle.org/en/Moodle_Mobile');
}
}
function OpenGithubReleases() {
shell.openExternal('https://github.com/hunterlong/neureal-wallet/releases')
}