Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: sdk/lib/_internal/pub_generated/lib/src/global_packages.dart

Issue 601973002: Fix some pub analyzer warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/_internal/pub_generated/lib/src/cached_package.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub_generated/lib/src/global_packages.dart
diff --git a/sdk/lib/_internal/pub_generated/lib/src/global_packages.dart b/sdk/lib/_internal/pub_generated/lib/src/global_packages.dart
index ba1a073d054cdff25f928238f8db1f0cc85a33e5..7f2a2ac70d8bd2b11fae164cb015cad410722cb6 100644
--- a/sdk/lib/_internal/pub_generated/lib/src/global_packages.dart
+++ b/sdk/lib/_internal/pub_generated/lib/src/global_packages.dart
@@ -565,7 +565,7 @@ $invocation "\$@"
}
void _suggestIfNotOnPath(List<String> installed) {
if (Platform.operatingSystem == "windows") {
- var result = Process.runSync("where", r"\q", [installed.first]);
+ var result = Process.runSync("where", [r"\q", installed.first]);
if (result.exitCode == 0) return;
var binDir = _binStubDir;
if (binDir.startsWith(Platform.environment['APPDATA'])) {
« no previous file with comments | « sdk/lib/_internal/pub_generated/lib/src/cached_package.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698