Skip to content

Commit

Permalink
LineReaderImpl: added trace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed Jun 16, 2020
1 parent 7d61914 commit 56b1f29
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4397,6 +4397,9 @@ protected boolean doComplete(CompletionType lst, boolean useMenu, boolean prefix
}
} catch (Exception e) {
Log.info("Error while finding completion candidates", e);
if (Log.isDebugEnabled()) {
e.printStackTrace();
}
return false;
}

Expand Down

0 comments on commit 56b1f29

Please sign in to comment.