This commit is contained in:
topjohnwu 2024-06-27 18:14:19 -07:00
parent 785fdf5dd6
commit 8c3e80ffe4

View File

@ -107,7 +107,7 @@ abstract class JobTask extends Shell.Job implements Shell.Task {
}
close();
setResult(new ResultImpl());
setResult(result);
}
@Override