We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885fc31 commit afc9b10Copy full SHA for afc9b10
webdev/lib/src/pubspec.dart
@@ -86,8 +86,6 @@ Future checkPubspecLock() async {
86
'within the supported range – $supportedBuildRunnerVersionRange.';
87
issues.add(new PackageExceptionDetails._(error));
88
}
89
-
90
- stderr.writeln('hosted: $buildRunner');
91
} else {
92
// NOTE: Intentionally not checking non-hosted dependencies: git, path
93
// If a user is playing around here, they are on their own.
0 commit comments