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 try/catch for append and remove #1812

Merged
merged 1 commit into from
Mar 9, 2017

Conversation

vuduDASH
Copy link
Contributor

@vuduDASH vuduDASH commented Mar 1, 2017

The current placement of the try/catch is not correct. waitForUpdateEnd() may execute the callback asynchronously, and the thrown errors (for example, QuotaExceededError) are not caught.

The current placement of the try/catch is not correct.  waitForUpdateEnd() may execute the callback asynchronously, and the thrown errors (for example, QuotaExceededError) are not caught.
@dsparacio
Copy link
Contributor

@bbcrddave @bwidtmann @LloydW93 want to merge this for Rik. Any issue. Have you taken a looked by chance?

Copy link
Contributor

@davemevans davemevans left a comment

Choose a reason for hiding this comment

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

LGTM

@bwidtmann
Copy link
Contributor

ok

@dsparacio dsparacio merged commit 8f16edc into Dash-Industry-Forum:development Mar 9, 2017
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

4 participants