Skip to content

Commit

Permalink
improve info
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Dec 21, 2019
1 parent f035c1c commit 6986681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project-roots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class Project {
this.providers.initFunctions.forEach((initFn) => initFn(server, this));
if (this.providers.info.length) {
logInfo('--------------------');
logInfo('loded addons:');
logInfo('loded language server addons:');
this.providers.info.forEach((addonName) => {
logInfo(' ' + addonName);
});
Expand Down

0 comments on commit 6986681

Please sign in to comment.