Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silently fails for file in cwd #28

Open
SevereOverfl0w opened this issue Mar 14, 2020 · 0 comments
Open

Silently fails for file in cwd #28

SevereOverfl0w opened this issue Mar 14, 2020 · 0 comments

Comments

@SevereOverfl0w
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant