Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Fix try/catch failure in TP #101

Merged

Conversation

delventhalz
Copy link
Contributor

By the time the function executes, the closure handler.apply has been reassigned, resulting in an infinite loop. This commit fixes that bug.

Fixes #100

By the time the function executes, the closure `handler.apply` has been
reassigned, resulting in an infinite loop. This commit fixes that bug.

Fixes hyperledger-archives#100

Signed-off-by: Zac Delventhal <zac@bitwise.io>
Copy link
Contributor

@therobinkim therobinkim left a comment

Choose a reason for hiding this comment

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

Confirmed that this commit fixes the issue on my local setup!

@delventhalz delventhalz merged commit ad231ac into hyperledger-archives:staging Jun 28, 2018
@delventhalz delventhalz deleted the fix-error-catch branch September 14, 2018 15:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants