-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Closed
Labels
toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
This is what you see when you run flutter upgrade but have a conflict:
sethladd-macbookpro:flutter_gallery sethladd$ flutter upgrade
Upgrading Flutter from /Users/sethladd/Code/flutter...
From https://github.com/flutter/flutter
244a7a02b..d2abdf8e6 master -> origin/master
error: Your local changes to the following files would be overwritten by merge:
examples/flutter_gallery/.idea/modules.xml
Please commit your changes or stash them before you merge.
Aborting
Updating 657a4c3fc..d2abdf8e6
Note the "Updating ..." which I thought meant "update complete!"
Actually, due to the conflict when merging, the update didn't complete. :/
Can we print out a clearer message when the update fails? Something like: "Upgrade failed. Please see output above, or run flutter upgrade -v for more info."
Thanks!
zoechi, codediodeio, timsneath, devrnt, ChristBKK and 5 more
Metadata
Metadata
Assignees
Labels
toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.