KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
682 stars 106 forks source link

No stack traces for ParsingExceptionImpl #873

Closed jok-dev closed 1 year ago

jok-dev commented 1 year ago

I understand that this is intentionally disabled, but I think this should be always enabled, having random exceptions in logs without any trace makes them extremely hard to debug and track down what actually caused the parsing error in the first place.

Disabled here: https://github.com/KyoriPowered/adventure/blob/a79cef4e49575551c6eb39ad09df1e674e11b6b7/text-minimessage/src/main/java/net/kyori/adventure/text/minimessage/internal/parser/ParsingExceptionImpl.java#L152-L157

jok-dev commented 1 year ago

Thank you for this!