mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-24 15:37:04 +00:00
fix[protocol]: wrong C# protocol file output path
This commit is contained in:
@@ -136,7 +136,7 @@ public abstract class GenerateCsUtils {
|
||||
, protocolClazzName, protocolClazzName, readObject.trim());
|
||||
|
||||
var outputPath = StringUtils.format("{}/{}/{}.cs"
|
||||
, protocolOutputRootPath
|
||||
, protocolOutputPath
|
||||
, GenerateProtocolPath.getCapitalizeProtocolPath(protocolId)
|
||||
, protocolClazzName);
|
||||
var file = new File(outputPath);
|
||||
|
||||
Reference in New Issue
Block a user