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