Skip to content

Commit

Permalink
add missing ctags
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak authored Jul 25, 2023
1 parent bbbbadd commit e50b197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ public void prepareIndexer(RuntimeEnvironment env,
List<String> repositories) throws IndexerException, IOException {

if (!env.validateUniversalCtags()) {
throw new IndexerException("Could not find working Universal . " +

This comment has been minimized.

Copy link
@ercerc

ercerc Nov 9, 2023

@

throw new IndexerException("Could not find working Universal ctags. " +
"Pro tip: avoid installing Universal ctags from snap packages.");
}

Expand Down

0 comments on commit e50b197

Please sign in to comment.