We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f492a5 commit e329761Copy full SHA for e329761
benchmarks/init.js
@@ -293,7 +293,7 @@ if (mode === "generate") {
293
console.log("Head bucket error: " + err.toString());
294
process.exit();
295
}
296
- if (resp.statusCode !== 200) {
+ if (resp.statusCode >= 300) {
297
console.log("Head bucket status error: " + resp.statusCode);
298
299
@@ -303,7 +303,7 @@ if (mode === "generate") {
303
304
305
306
307
308
309
0 commit comments