parent
b0331eaa1e
commit
1e1435bc72
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ app.on('ready', async () => {
|
||||||
if (!isQuitting) {
|
if (!isQuitting) {
|
||||||
dialog.showErrorBox(
|
dialog.showErrorBox(
|
||||||
'Daemon has Exited',
|
'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();
|
app.quit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue