Fix VSCode resource configuration

This commit is contained in:
gegy1000
2018-05-14 16:13:20 +02:00
parent 66c043f171
commit 5280806f45
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ public class RunClientTask extends JavaExec {
try {
version = gson.fromJson(new FileReader(Constants.MINECRAFT_JSON.get(extension)), Version.class);
} catch (FileNotFoundException e) {
e.printStackTrace();
getLogger().error("Failed to retrieve version from minecraft json", e);
}
List<String> libs = new ArrayList<>();