Skip to content

Fix try/catch for append and remove

Vinay Rosenberg requested to merge github/fork/vuduDASH/patch-1 into development

Created by: vuduDASH

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.

Merge request reports