fix(fabric-helper): Log a warning when language file for comments cannot be found
This commit is contained in:
@@ -35,6 +35,7 @@ public class FabricConfigCommentLoader {
|
|||||||
|
|
||||||
InputStream langInputStream = getClass().getClassLoader().getResourceAsStream(langFilePath);
|
InputStream langInputStream = getClass().getClassLoader().getResourceAsStream(langFilePath);
|
||||||
if (langInputStream == null) {
|
if (langInputStream == null) {
|
||||||
|
log.warn("Failed to find language file " + langFilePath + " for loading config comments");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user