@lytjs/reactivity 6.5.0 → 6.6.0

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.
package/dist/index.mjs CHANGED
@@ -1528,9 +1528,7 @@ function batchScope(callback, options = {}) {
1528
1528
  });
1529
1529
  ctx.committed = true;
1530
1530
  if (result === void 0) {
1531
- throw new Error(
1532
- "[lytjs/reactivity] batchScope sync mode: callback returned undefined."
1533
- );
1531
+ throw new Error("[lytjs/reactivity] batchScope sync mode: callback returned undefined.");
1534
1532
  }
1535
1533
  return result;
1536
1534
  }