@cloudflare/vite-plugin 1.7.2 → 1.7.3

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.
@@ -4803,7 +4803,7 @@ var MethodNotAllowedResponse = class _MethodNotAllowedResponse extends Response
4803
4803
  };
4804
4804
  var InternalServerErrorResponse = class _InternalServerErrorResponse extends Response {
4805
4805
  static status = 500;
4806
- constructor(err, init) {
4806
+ constructor(_, init) {
4807
4807
  super(null, {
4808
4808
  ...init,
4809
4809
  status: _InternalServerErrorResponse.status