Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not pass missing default source directory to protoc #178

Closed
wants to merge 2 commits into from

Commits on Apr 21, 2024

  1. Do not pass missing default source directory to protoc

    If the default source directory does not exist, do not bother passing it to protoc as it will just result in an additional warning for the import path.
    ascopes committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4e386cf View commit details
    Browse the repository at this point in the history
  2. Fix typo

    ascopes committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    6b613fa View commit details
    Browse the repository at this point in the history