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

Unified Diff: lib/src/frame.dart

Issue 1576853003: Deprecate the ChainHandler typedef. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 4 years, 11 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
« lib/src/chain.dart ('K') | « lib/src/chain.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/frame.dart
diff --git a/lib/src/frame.dart b/lib/src/frame.dart
index 4077c7cba54318863a6f6799daf5bac5c5f30fcb..417da19481dc9877ef3763b8884e100793875ad1 100644
--- a/lib/src/frame.dart
+++ b/lib/src/frame.dart
@@ -304,3 +304,12 @@ class Frame {
String toString() => '$location in $member';
}
+
+import 'package:stack_trace/stack_trace.dart';
Bob Nystrom 2016/01/12 01:12:14 ?
nweiz 2016/01/12 01:30:35 Done.
+
+void main() {
+ Chain.capture(() {
+ // Your program goes here.
+ });
+}
+
« lib/src/chain.dart ('K') | « lib/src/chain.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698