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

Fix timing issues with file processing with multiple file sources #229

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nadir-hussain
Copy link

Issue #227
I have added a fileInProcess counter which is incremented before calling uncss and decremented on callback called.
On this flag turns to zero, I am calling the done() callback, as opposed to current code which is calling done on first file processed.

@XhmikosR
Copy link
Member

Same as my 2 points in #228 (comment)

You are creating a lot of noise. Just clone the repo and make sure your branch is green locally before pushing anything... Also, do not make unrelated changes.

@nadir-hussain
Copy link
Author

nadir-hussain commented Oct 12, 2020

Same as my 2 points in #228 (comment)

You are creating a lot of noise. Just clone the repo and make sure your branch is green locally before pushing anything... Also, do not make unrelated changes.

Sorry, about that. I didn't have lint setup in the forked repository, I have fixed the issues now.

Base automatically changed from master to main February 3, 2021 13:33
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

Successfully merging this pull request may close these issues.

None yet

2 participants