mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-21 00:25:23 +00:00
chore[pb]: detailed logs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user