Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on
bazel mod
error containing %
`bazel mod show_extension @foo//:extensions.bzl%go_sdk`resulted in the crash: ``` java.util.IllegalFormatConversionException: g != java.lang.String ``` Also makes an error more readable by swapping a `:`. Closes #20627. PiperOrigin-RevId: 592942775 Change-Id: Ida5c234413c1647f81d3702bb9deeedcdd93df12
- Loading branch information