[DAEMON-218] appcd-detect: Subdirectories are not watched for changes that would make them valid
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2018-01-11T20:59:47.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.1.0 |
Components | appcd-detect |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2018-01-11T20:51:21.000+0000 |
Updated | 2018-03-02T16:08:01.000+0000 |
Description
When detecting things in a directory, if a subdirectory is created, but the criteria in that subdirectory does not exist yet, the subdirectory is never rescanned. This only applies when
opts.watch=true
.
PR: https://github.com/appcelerator/appc-daemon/pull/262
The PR for this ticket fixes the bug in the wrong place. It should have been and was fixed in appcd-fswatcher. Here's the ticket: DAEMON-235.