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

Unified Diff: sdk/lib/_internal/pub/lib/src/command/global_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/global_run.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/global_run.dart b/sdk/lib/_internal/pub/lib/src/command/global_run.dart
index 707fdea4c1592f5dbe612908a9c4868d19361f7d..38e38fe8162904bd2fcf47b20ba4ba8da95377cb 100644
--- a/sdk/lib/_internal/pub/lib/src/command/global_run.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/global_run.dart
@@ -5,20 +5,10 @@
library pub.command.global_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 '../entrypoint.dart';
import '../executable.dart';
-import '../exit_codes.dart' as exit_codes;
import '../io.dart';
-import '../log.dart' as log;
-import '../utils.dart';
/// Handles the `global run` pub command.
class GlobalRunCommand extends PubCommand {
« no previous file with comments | « no previous file | sdk/lib/_internal/pub/lib/src/command/run.dart » ('j') | sdk/lib/_internal/pub/lib/src/lock_file.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698