We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba2f9f commit 8e3238eCopy full SHA for 8e3238e
src/main/java/org/hydev/mcpm/client/export/ImportInteractor.java
@@ -32,7 +32,7 @@ public ImportResult importPlugins(String input) throws ImportException {
32
})))
33
.collect(Pair.toMap());
34
35
- return new ImportResult(null); // install borked for now
+ return new ImportResult(results);
36
} catch (JsonProcessingException e) {
37
throw new ImportException(e);
38
}
0 commit comments