Wait for it...

This commit is contained in:
Vincent Fiduccia 2021-08-02 10:57:16 -07:00
parent b84ea812ad
commit 6674892bd8
No known key found for this signature in database
GPG Key ID: 2B29AD6BB2BB2582
1 changed files with 3 additions and 1 deletions

View File

@ -219,7 +219,9 @@ export default {
await Promise.all(promises); await Promise.all(promises);
buttonCb(true); buttonCb(true);
this.done(); setTimeout(() => {
this.done();
}, 2000);
} catch (err) { } catch (err) {
buttonCb(false); buttonCb(false);
this.errors = exceptionToErrorsArray(err); this.errors = exceptionToErrorsArray(err);