Avoid IllegalStateException when descriptors are missing.
A missing descriptor directory has caused an IllegalStateException when we attempted to write our parse history files. Let's be more careful about this case and skip this history file if there is no such directory. Fixes #26711.
Please register or sign in to comment