8000 Fix insertion point debug file path · salesforce/grpc-java-contrib@2c70df4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c70df4

Browse files
committed
Fix insertion point debug file path
1 parent 26163cd commit 2c70df4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jprotoc/jprotoc/src/main/java/com/salesforce/jprotoc/ProtocPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ public static void debug(
160160
String name = Files.getNameWithoutExtension(file.getName()) +
161161
"-" +
162162
file.getInsertionPoint() +
163+
"." +
163164
Files.getFileExtension(file.getName());
164165
outFile = new File(name);
165166
}

0 commit comments

Comments
 (0)
0