Improved "unhandled exception" message in WebManager

This commit is contained in:
Florian CUNY 2019-09-08 14:49:35 +02:00
parent 5cd2df08b8
commit c90fb88590

View File

@ -75,7 +75,7 @@ public class WebManager {
plugin.log("Could not connect to GitHub.");
}
} catch (Exception e) {
plugin.logError("An error occurred when downloading data from GitHub...");
plugin.logError("An unhandled exception occurred when downloading data from GitHub...");
plugin.logStacktrace(e);
}