mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Do not swallow the error from the licenses acceptance (#121243)
This commit is contained in:
parent
4c25587b71
commit
d816e72f07
@ -13,7 +13,7 @@ function error() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function accept_android_licenses() {
|
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"
|
echo "Flutter SDK directory is: $PWD"
|
||||||
|
Loading…
Reference in New Issue
Block a user