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

files in git not within source_root forcing check_pending to setLastProcessedRef #187

Closed
ewah opened this issue Feb 3, 2020 · 1 comment

Comments

@ewah
Copy link

ewah commented Feb 3, 2020

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
@ewah ewah closed this as completed Feb 3, 2020
@ewah
Copy link
Author

ewah commented Feb 3, 2020

dupe #188 (i hit submit too early...)

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