Skip to content

Commit

Permalink
Update server installation failed message
Browse files Browse the repository at this point in the history
References #460
  • Loading branch information
Gert-dev committed Sep 14, 2019
1 parent 26986ae commit 5bfc51b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/SerenataClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ class SerenataClient extends AutoLanguageClient
await this.container.getServerManager().install();
} catch (e) {
const message =
'Installation of the server failed. This can happen for a variety of reasons, such as an outdated ' +
'PHP version or missing extensions.\n \n' +
'Installation of the server failed. This can happen for a variety of reasons, such as no network ' +
'connection.\n \n' +

'Logs in the developer tools will likely provide you with more information about what is wrong. You ' +
'can open it via the menu View → Developer → Toggle Developer Tools.\n \n' +
'can view them via the menu View → Developer → Toggle Developer Tools.\n \n' +

'Additionally, the README provides more information about requirements and troubleshooting.';

Expand Down

0 comments on commit 5bfc51b

Please sign in to comment.