Add startup-troubleshooting FAQ URL to daemon error
This commit is contained in:
Baltazar Gomez 2018-02-21 18:29:10 -07:00 committed by GitHub
parent b0331eaa1e
commit 1e1435bc72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,9 @@ app.on('ready', async () => {
if (!isQuitting) {
dialog.showErrorBox(
'Daemon has Exited',
'The daemon may have encountered an unexpected error, or another daemon instance is already running.'
'The daemon may have encountered an unexpected error, or another daemon instance is already running. \n' +
'For more information please visit: \n' +
'https://lbry.io/faq/startup-troubleshooting'
);
app.quit();
}