Closed ewah closed 4 years ago
files not the source_root will go into check pending.
if (branch.source_root && record.path.indexOf(branch.source_root) !== 0) { return check_pending(); };
and the pending_records is ALWAYS decrementing.
pending_records
--pending_records
dupe #188 (i hit submit too early...)
files not the source_root will go into check pending.
and the
pending_records
is ALWAYS decrementing.