Apply auto-build changes

This commit is contained in:
HaveAGitGat 2024-06-18 06:58:51 +00:00 committed by github-actions[bot]
parent b1975b8d65
commit 4ac329fb2a
2 changed files with 4 additions and 1 deletions

View file

@ -173,6 +173,8 @@ var CLI = /** @class */ (function () {
_this.config.jobLog("Ratio: ".concat(ratio, "%"));
_this.config.jobLog("Ratio is greater than threshold: ".concat(thresholdPerc_1, "%, cancelling job"));
_this.cancelled = true;
// @ts-expect-error must exist to be here
_this.config.args.variables.liveSizeCompare.error = true;
_this.killThread();
};
if (compareMethod === 'estimatedFinalSize'