chore[pb]: detailed logs

This commit is contained in:
godotg
2024-01-11 19:28:32 +08:00
parent 687945f7c3
commit 6a117331c5
@@ -61,7 +61,7 @@ public abstract class GeneratePbUtils {
var protoPathFile = new File(pbGenerateOperation.getProtoPath());
if (!protoPathFile.exists()) {
throw new RuntimeException(StringUtils.format("proto path:[{}] not exist", pbGenerateOperation.getProtoPath()));
throw new RuntimeException(StringUtils.format("proto path:[{}] not exist, absolute path is [{}]", pbGenerateOperation.getProtoPath(), protoPathFile.getAbsolutePath()));
}
var protoFiles = FileUtils.getAllReadableFiles(protoPathFile)