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

Unified Diff: lib/src/error_listener.dart

Issue 2837143003: Don't dump a stack trace on the user if the formatter had bad output. (Closed)
Patch Set: Created 3 years, 8 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 | « lib/src/dart_formatter.dart ('k') | lib/src/exceptions.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/error_listener.dart
diff --git a/lib/src/error_listener.dart b/lib/src/error_listener.dart
index 0c0be618bb3bae740240b70e4dcfed6b1bd9aa31..75958ba2c45c4a3660a9a653a36c494726cd61b5 100644
--- a/lib/src/error_listener.dart
+++ b/lib/src/error_listener.dart
@@ -6,7 +6,7 @@ library dart_style.src.error_listener;
import 'package:analyzer/analyzer.dart';
-import 'formatter_exception.dart';
+import 'exceptions.dart';
/// A simple [AnalysisErrorListener] that just collects the reported errors.
class ErrorListener implements AnalysisErrorListener {
« no previous file with comments | « lib/src/dart_formatter.dart ('k') | lib/src/exceptions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698