Skip to content

Commit accf1ba

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function App() {
5959
})
6060
.then((response) => {
6161
if (!response.ok) {
62-
throw new Error(`Error: ${response.statusText}`);
62+
throw new Error(`Error: ${response.status} ${response.statusText} - URL: ${url}`);
6363
}
6464
return response.json();
6565
})

0 commit comments

Comments
 (0)