obiwan87 / odin-intellij

Odin Support plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/22933-odin-support
MIT License
37 stars 3 forks source link

Full errOut buffer prevents Odin check to terminate #58

Closed obiwan87 closed 2 months ago

obiwan87 commented 2 months ago

When the errOut buffer is full, Odin check will not terminate. Fix this by consuming the buffer while waiting for the process to end.