dump the stack trace for the URL connection.

This commit is contained in:
Nick Minkler 2013-12-24 13:10:30 -08:00
parent 47ebb5ba57
commit 89dd252bf4
1 changed files with 2 additions and 0 deletions

View File

@ -545,6 +545,8 @@ public class Vault extends JavaPlugin {
return Double.valueOf(version);
}
catch (Exception localException) {
// Dump the stack trace
localException.printStackTrace();
}
return currentVersion;
}