Explorar el Código

修复proto2cs注释的问题

tanghai hace 4 años
padre
commit
223e47e443
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Tools/App/Apps/Proto2CS/Proto2CS.cs

+ 1 - 0
Tools/App/Apps/Proto2CS/Proto2CS.cs

@@ -82,6 +82,7 @@ namespace ET
                 if (newline.StartsWith("//"))
                 {
                     sb.Append($"{newline}\n");
+                    continue;
                 }
 
                 if (newline.StartsWith("message"))