Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 4, 2025
1 parent 2ba0eeb commit 41b9159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uploadthing/src/_internal/upload-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const uploadWithProgress = (
// ingest server not knowing about it? idts?
xhr.addEventListener("error", (err) => {
// eslint-disable-next-line no-console
console.log("XHR error", err);
console.log("XHR error", err, xhr);
resume(
new UploadThingError({
code: "UPLOAD_FAILED",
Expand Down

0 comments on commit 41b9159

Please sign in to comment.