Skip to content

Commit

Permalink
Fix error still being shown when server installation succeeds
Browse files Browse the repository at this point in the history
References #460
  • Loading branch information
Gert-dev committed Sep 14, 2019
1 parent 67cbec7 commit 48aff5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SerenataClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class SerenataClient extends AutoLanguageClient
}

atom.notifications.addSuccess('Serenata - Server Installation Succeeded', {dismissable: true});
return true;
}

async startServerProcess() {
Expand Down

0 comments on commit 48aff5d

Please sign in to comment.