Fix try/catch for append and remove
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.
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.