[flutter_tools] handle FileSystemException thrown when attempting to decode stamp file (#64559)
Fixes #64246 If decoding the string contents of a stamp file fails, treat it as if the stamp file is missing. This is always safe to do, since at worst it downloads more artifacts. The files could end up corrupted if they were edited by another program, for example
Showing
Please register or sign in to comment