hawk icon indicating copy to clipboard operation
hawk copied to clipboard

Silently fails for file in cwd

Open SevereOverfl0w opened this issue 4 years ago • 0 comments

If file is specified in the current working dir to watch like: "foo.edn", then process will not watch this group at all. I think this is because .getParentFile is called on this, which will return null. This would work if you first did .getCanonicalFile, as it would be the full path which does have a parent.

SevereOverfl0w avatar Mar 14 '20 04:03 SevereOverfl0w