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 fee984c commit 6c75090Copy full SHA for 6c75090
.evergreen/perf_send.mjs
@@ -49,7 +49,7 @@ const resp = await fetch(API_PATH, {
49
});
50
51
if (resp.status !== 200) {
52
- throw new Error(`Got status code: ${resp.status}\nResponse body: ${await resp.json()}`);
+ throw new Error(`Got status code: ${resp.status}\nResponse body: ${await resp.text()}`);
53
}
54
55
console.log("Successfully posted results");
0 commit comments