Skip to content

Commit

Permalink
Log statusText.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovar committed Jun 26, 2020
1 parent 9d7391b commit 6f44f87
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -91,7 +91,9 @@ export async function listMedia({
if (!response.ok) {
throw new Error(
'Obtained an error from the listMedia call, statusCode: ' +
response.status
response.status +
', statusText: ' +
response.statusText
);
}

Expand Down

0 comments on commit 6f44f87

Please sign in to comment.