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

Unified Diff: lib/src/command.dart

Issue 1277773002: Support resources in "pub run" and "pub global run". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | lib/src/executable.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/command.dart
diff --git a/lib/src/command.dart b/lib/src/command.dart
index 582a42958ebe1dd39f3051a8b4f3882ed82353c5..93a6c95c7e1d4901d5d30e8369970d24005956a1 100644
--- a/lib/src/command.dart
+++ b/lib/src/command.dart
@@ -6,7 +6,6 @@ library pub.command;
import 'package:args/args.dart';
import 'package:args/command_runner.dart';
-import 'package:path/path.dart' as path;
import 'entrypoint.dart';
import 'log.dart' as log;
« no previous file with comments | « no previous file | lib/src/executable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698