We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c6113 commit b61b16fCopy full SHA for b61b16f
services/static-webserver/client/source/class/osparc/data/PollTask.js
@@ -161,7 +161,7 @@ qx.Class.define("osparc.data.PollTask", {
161
.then(res => res.json())
162
.then(result => {
163
if ("error" in result && result["error"]) {
164
- throw new Error(result["error"]);
+ throw result["error"];
165
}
166
if ("data" in result && result["data"]) {
167
const resultData = result["data"];
0 commit comments