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

Unified Diff: lib/dart_style.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 | « bin/format.dart ('k') | lib/src/dart_formatter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dart_style.dart
diff --git a/lib/dart_style.dart b/lib/dart_style.dart
index 6ecc7c3f4a997b7e75c40354287aec41a9f823fb..7fb9d30dfef7adb2e2c4925bd3781fb5f83c6c27 100644
--- a/lib/dart_style.dart
+++ b/lib/dart_style.dart
@@ -5,5 +5,5 @@
library dart_style;
export 'src/dart_formatter.dart';
-export 'src/formatter_exception.dart';
+export 'src/exceptions.dart';
export 'src/source_code.dart';
« no previous file with comments | « bin/format.dart ('k') | lib/src/dart_formatter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698