rcasia / neotest-java

Neotest adapter for Java.
MIT License
45 stars 25 forks source link

Use read_file from utils instead of OS cat #129

Closed beneeng closed 3 months ago

beneeng commented 3 months 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 3 months ago

Thanks!