mirror of
https://github.com/corda/corda.git
synced 2025-03-22 12:05:59 +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.