Confirmation
Type
Minor Code improvement (Won't affect Servers)
Description
Log proper errors when expansions fail to load:
|
} catch (final Exception ex) { |
|
if (ex.getCause() instanceof LinkageError) { |
|
throw ((LinkageError) ex.getCause()); |
|
} |
|
|
|
Msg.warn("There was an issue with loading an expansion."); |
|
return null; |
|
} |
Code Example
Jar file
No response
Additional Information
No response
Confirmation
Type
Minor Code improvement (Won't affect Servers)
Description
Log proper errors when expansions fail to load:
PlaceholderAPI/src/main/java/me/clip/placeholderapi/expansion/manager/LocalExpansionManager.java
Lines 453 to 460 in 79fabec
Code Example
Jar file
No response
Additional Information
No response