You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If buildDir on Windows starts with C:, the command passed to protoc will be:
--plugin=protoc-gen-my-plugin=C
It seems that some it.split(":") should be it.split(":", 2) in order to avoid stripping the rest of the path, but I had trouble testing the change to confirm.
The text was updated successfully, but these errors were encountered:
Say you have something like:
If buildDir on Windows starts with C:, the command passed to protoc will be:
It seems that some it.split(":") should be it.split(":", 2) in order to avoid stripping the rest of the path, but I had trouble testing the change to confirm.
The text was updated successfully, but these errors were encountered: