Fix failure of auto-installing more than one library
This commit is contained in:
@@ -190,6 +190,7 @@ public abstract class Task<T> {
|
||||
*/
|
||||
public Task<T> storeTo(Consumer<T> action) {
|
||||
this.resultConsumer = action;
|
||||
action.accept(getResult());
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user