rcasia / neotest-java

Neotest adapter for Java.
MIT License
38 stars 21 forks source link

Use read_file from utils instead of OS cat #129

Closed beneeng closed 1 month ago

beneeng commented 1 month ago

Problem fix for an infinite loop on my Macbook. Might be an OS Specific thing.

This call to cat leads to an infinite loop and a never ending process, unless i manually add a newline char at the end of the file This fix uses the existing utility function and seems to work like a charm.

rcasia commented 1 month ago

Thanks!