mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-23 07:41:39 +01:00
Improved "unhandled exception" message in WebManager
This commit is contained in:
parent
5cd2df08b8
commit
c90fb88590
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user