We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c230a9 commit 9efcddcCopy full SHA for 9efcddc
dist/index.js
@@ -46548,6 +46548,7 @@ var BenchmarkStatus;
46548
BenchmarkStatus["ERROR"] = "ERROR";
46549
BenchmarkStatus["CANCELED"] = "CANCELED";
46550
BenchmarkStatus["WARNING"] = "WARNING";
46551
+ BenchmarkStatus["STOPPED"] = "STOPPED";
46552
})(BenchmarkStatus = exports.BenchmarkStatus || (exports.BenchmarkStatus = {}));
46553
class UploadStatusError {
46554
constructor(status, text) {
0 commit comments