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

Unified Diff: lib/stack_trace.dart

Issue 1283113002: Don't throw for unparseable frames. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Code review changes 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 | « lib/src/unparsed_frame.dart ('k') | test/frame_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/stack_trace.dart
diff --git a/lib/stack_trace.dart b/lib/stack_trace.dart
index ac875a9106bbfd3b73154f670e5e66152867fadd..6bba6350f1d150f88bb7dca0f7ab1fd7ed9ac49e 100644
--- a/lib/stack_trace.dart
+++ b/lib/stack_trace.dart
@@ -23,6 +23,7 @@
*/
library stack_trace;
-export 'src/trace.dart';
-export 'src/frame.dart';
export 'src/chain.dart';
+export 'src/frame.dart';
+export 'src/trace.dart';
+export 'src/unparsed_frame.dart';
« no previous file with comments | « lib/src/unparsed_frame.dart ('k') | test/frame_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698