Skip to content

Commit d816e72

Browse files
Do not swallow the error from the licenses acceptance (#121243)
1 parent 4c25587 commit d816e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bots/accept_android_sdk_licenses.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function error() {
1313
}
1414

1515
function accept_android_licenses() {
16-
yes "y" | flutter doctor --android-licenses > /dev/null 2>&1
16+
yes "y" | flutter doctor --android-licenses
1717
}
1818

1919
echo "Flutter SDK directory is: $PWD"

0 commit comments

Comments
 (0)