Commit 6e6e6f8
Fix crash on
`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: Ida5c234413c1647f81d3702bb9deeedcdd93df12bazel mod error containing %
1 parent 7a02916 commit 6e6e6f8
1 file changed
Lines changed: 3 additions & 6 deletions
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | 497 | | |
501 | 498 | | |
502 | | - | |
503 | | - | |
| 499 | + | |
| 500 | + | |
504 | 501 | | |
505 | 502 | | |
506 | 503 | | |
| |||
0 commit comments