| Index: third_party/pkg/update_di.sh
|
| diff --git a/third_party/pkg/update_di.sh b/third_party/pkg/update_di.sh
|
| index 7d8682975fc73a52baa3eac0a0fdaf5182a7100c..64b5a22af277d5789e636ceddfec61ca92df90bb 100755
|
| --- a/third_party/pkg/update_di.sh
|
| +++ b/third_party/pkg/update_di.sh
|
| @@ -23,5 +23,9 @@ $DART_SDK/bin/dart \
|
| test/type_factories_gen.dart \
|
| packages/
|
|
|
| +# Use tput to set console to red & go back to black.
|
| +echo "$(tput setaf 1)di/test/type_factories_gen.dart regenerated, \
|
| +requires manual fixup of imports.$(tput sgr0)"
|
| +
|
| echo "*** Cleaning up packages"
|
| rm -rf packages
|
|
|