Print stack trace on plugin.yml stream close fail
This commit is contained in:
@@ -87,7 +87,7 @@ public class BukkitPluginLoggerFactory implements ILoggerFactory {
|
||||
try {
|
||||
pluginYmlFile.close();
|
||||
} catch (final IOException e) {
|
||||
// ignore
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user