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 443b99b commit 0d4a9d0Copy full SHA for 0d4a9d0
puck.js
@@ -408,7 +408,7 @@ Or more advanced usage with control of the connection
408
return JSON.parse(d);
409
} catch (e) {
410
log(1, "Unable to decode " + JSON.stringify(d) + ", got " + e.toString());
411
- return Promise.reject("Unable to decode " + JSON.stringify(d) + ", got " + e.toString());
+ return Promise.reject(d);
412
}
413
});
414
0 commit comments