Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NullPointerException in ConfigCommand.diffOptions()
`@Nullable FragmentOptionsForOutput options1` should be checked for being `null` before use. `bazel config` can otherwise crash, e.g. as the test configuration nowadays is trimmed. Closes #13434. PiperOrigin-RevId: 372635712
- Loading branch information