Skip to content

Commit 7cd6b87

Browse files
committed
try to fix windows again
1 parent f0d0ea7 commit 7cd6b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sourceinfo.go

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ func RegisterAllSourceInfo(outputPath string) error {
5353
if err != nil {
5454
return err
5555
}
56+
protoPath = filepath.ToSlash(protoPath)
5657
protoPath = strings.TrimSuffix(protoPath, pluginsourceinfo.FileExtension)
5758
protoPath += ".proto"
5859
sourceinfo.RegisterSourceInfo(protoPath, sourceInfo)

0 commit comments

Comments
 (0)