We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-v
1 parent d5fca3a commit ec276d1Copy full SHA for ec276d1
2 files changed
lib/src/global_packages.dart
@@ -1031,10 +1031,8 @@ ${header}if [ -f $snapshot ]; then
1031
if [ \$exit_code != 253 ]; then
1032
exit \$exit_code
1033
fi
1034
- dart $pubInvocation -v global run $runPubGlobal "\$@"
1035
-else
1036
- dart $pubInvocation global run $runPubGlobal "\$@"
1037
+dart $pubInvocation global run $runPubGlobal "\$@"
1038
''';
1039
} else {
1040
binstub = '''
tool/test.dart
@@ -1,4 +1,5 @@
1
#!/usr/bin/env -S dart run -r
2
+
3
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4
// for details. All rights reserved. Use of this source code is governed by a
5
// BSD-style license that can be found in the LICENSE file.
0 commit comments