This commit is contained in:
2020-12-09 19:00:23 +00:00
parent 3f8bfc0365
commit a96dea47bd
4 changed files with 104 additions and 8 deletions

View File

@@ -238,7 +238,7 @@ export default {
}
jobStatus = jobStatus.data;
if (jobStatus == 4 || jobStatus == 0) {
throw new Error("Seeding job failed");
throw new Error("Job failed");
}
if (jobStatus == 3) {
vm.jobActive = false;