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

Unified Diff: sdk/lib/_internal/pub/lib/src/command/run.dart

Issue 391363004: Include file path in JSON error when possible. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 6 years, 5 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
Index: sdk/lib/_internal/pub/lib/src/command/run.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/run.dart b/sdk/lib/_internal/pub/lib/src/command/run.dart
index e1f3166b10a4309ceea10876e0fd81eaf72c4df2..00fbdc5344b7e7602ed4163e500196939ea582d2 100644
--- a/sdk/lib/_internal/pub/lib/src/command/run.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/run.dart
@@ -5,18 +5,10 @@
library pub.command.run;
import 'dart:async';
-import 'dart:io';
-import 'package:barback/barback.dart';
-import 'package:path/path.dart' as path;
-import 'package:stack_trace/stack_trace.dart';
-
-import '../barback/asset_environment.dart';
import '../command.dart';
import '../executable.dart';
-import '../exit_codes.dart' as exit_codes;
import '../io.dart';
-import '../log.dart' as log;
import '../utils.dart';
/// Handles the `run` pub command.

Powered by Google App Engine
This is Rietveld 408576698