Unverified Commit 2e970008 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Pass --verbose to pub instead of --trace when in verbose mode (#15314)

parent 2e429bfb
......@@ -96,7 +96,7 @@ Future<Null> pubGet({
);
final List<String> args = <String>['--verbosity=warning'];
if (FlutterCommand.current != null && FlutterCommand.current.globalResults['verbose'])
args.add('--trace');
args.add('--verbose');
args.addAll(<String>[command, '--no-precompile']);
if (offline)
args.add('--offline');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment