fix(explorer.watch): issue-2031: handle nil files in watch.start cb #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-2031"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is possible that the watch.start callback gets called without a file
when watching a directory on FreeBSD.
Handle this by adding a nil check, and setting the callback file to the
path.
Description
Related Issue(s)
Screenshots