Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 4dc23fa

Browse files
committed
Container always throws an error, not a Response
1 parent 162ff07 commit 4dc23fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const start = () => {
172172
query: queryArgs.length ? '?' + queryArgs.join('&') : ''
173173
})
174174
.catch(err => {
175-
err.json().then(({ error }) => alert(error));
175+
alert(err.message);
176176
})
177177
};
178178

0 commit comments

Comments
 (0)