mirror of
https://github.com/corda/corda.git
synced 2025-04-05 18:37:01 +00:00
Handle non-standard file systems such as JimFs, in NodeInfoWatcher. Instead of using `toFile()` to convert a Path to a File, open the Path for writing to directly.