Do not swallow the error from the licenses acceptance (#121243)

This commit is contained in:
Ricardo Amador 2023-02-22 08:55:08 -08:00 committed by GitHub
parent 4c25587b71
commit d816e72f07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ function error() {
}
function accept_android_licenses() {
yes "y" | flutter doctor --android-licenses > /dev/null 2>&1
yes "y" | flutter doctor --android-licenses
}
echo "Flutter SDK directory is: $PWD"