@vue-pdf-viewer/viewer 1.8.0-beta.3 → 1.8.0-beta.4

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.js CHANGED
@@ -4688,7 +4688,7 @@ function jt(l, Z = {
4688
4688
  };
4689
4689
  },
4690
4690
  (M) => {
4691
- typeof Z.onError == "function" ? Z.onError(M) : tl.error(M);
4691
+ tl.error("PDF loading error", typeof Z.onError), typeof Z.onError == "function" ? Z.onError(M) : tl.error(M);
4692
4692
  }
4693
4693
  );
4694
4694
  }