Skip to content

Commit c49045b

Browse files
Update rascal-lsp/src/main/java/org/rascalmpl/vscode/lsp/TextDocumentState.java
Co-authored-by: Toine Hartman <toinehartman@users.noreply.github.com>
1 parent f77d928 commit c49045b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rascal-lsp/src/main/java/org/rascalmpl/vscode/lsp/TextDocumentState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ private void parse() {
230230
// The action of `whenCompleteAsync` shouldn't throw an exception (see JavaDoc): if it
231231
// unexpectedly does, then it is almost surely a bug, but the exception is swallowed, so it
232232
// is very hard to debug. The try/catch block and logger call aim to make it easier.
233-
logger.error("Unexpected exception after parsing: {}", exc);
233+
logger.error("Unexpected exception after parsing", exc);
234234
}
235235
}, exec);
236236
} catch (NoContributionException e) {

0 commit comments

Comments
 (0)