Skip to content

Commit 7cc4bd0

Browse files
diberryCopilot
andauthored
Update azure-upload-file-to-storage/app/src/App.tsx
Co-authored-by: Copilot <[email protected]>
1 parent f2b57d5 commit 7cc4bd0

File tree

1 file changed

+1
-1
lines changed
  • azure-upload-file-to-storage/app/src

1 file changed

+1
-1
lines changed

azure-upload-file-to-storage/app/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function App() {
9898
})
9999
.then((response) => {
100100
if (!response.ok) {
101-
throw new Error(`Error: ${response.statusText}`);
101+
throw new Error(`Error: ${response.status} ${response.statusText} - URL: ${response.url}`);
102102
}
103103
return response.json();
104104
})

0 commit comments

Comments
 (0)