Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Catch StackOverflowException from the parser
Previously, the exception could break anthing trying to use Trees and since it's an error in the parser we shouldn't break metals. Now, we catch the exception instead and print the code it failed on. Related to scalameta#4837
- Loading branch information