@graffiti-garden/wrapper-vue 0.7.1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,7 +79,7 @@ class re {
79
79
  const e = this.iterator, r = await e.next();
80
80
  if (e === this.iterator) {
81
81
  if (r.done) {
82
- r.value && (this.iterator = void 0, this.continue = r.value.continue);
82
+ this.iterator = void 0, r.value && (this.continue = r.value.continue);
83
83
  break;
84
84
  }
85
85
  if (r.value.error) {
@@ -171,6 +171,8 @@ function H(t, n, e, r, o) {
171
171
  l = !0;
172
172
  try {
173
173
  await h();
174
+ } catch {
175
+ await new Promise((d) => setTimeout(d, 2e3));
174
176
  } finally {
175
177
  if (h !== c) return;
176
178
  l = !1, P(o) && s();