Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Addresses issue #16 #18

Merged
merged 1 commit into from Oct 27, 2017
Merged

Addresses issue #16 #18

merged 1 commit into from Oct 27, 2017

Conversation

Stono
Copy link
Contributor

@Stono Stono commented Oct 24, 2017

This was a nested async callstack issue, see:

  - See: caolan/async#1265
@@ -27,4 +28,11 @@ describe('Contents', () => {
});
contents.run(mockResults, done);
});

it('should not explode when there are more than 115 files', done => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test does actually fail if you remove the fix! So I'm confident this sorted it.

});
}, nextPattern);
}, done);
async.setImmediate(nextFile);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Stono Stono merged commit 22d1c97 into master Oct 27, 2017
@Stono Stono deleted the issue_16 branch October 27, 2017 10:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant