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

Unified Diff: README.md

Issue 967633002: Remove the line number and file information from *all* folded frames. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Fix a README thing. Created 5 years, 10 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 | « CHANGELOG.md ('k') | lib/src/trace.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 38b768d68af8326b5ecdd8957683cc6b2c15dda3..24da03cb7fb5c1b0b978c32ae3ebdc552a05bac5 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,6 @@ example:
pkg/stack_trace/lib/src/trace.dart 40:35 Trace.terse
pkg/stack_trace/lib/stack_trace.dart 24:28 format
test.dart 21:29 main.<fn>
- dart:async Timer.Timer.<fn>
## Stack Chains
@@ -194,14 +193,12 @@ this:
test.dart 17:3 runAsync
test.dart 13:28 scheduleAsync.<fn>
- dart:isolate _RawReceivePortImpl._handleMessage
===== asynchronous gap ===========================
- dart:async _Future.then
- test.dart 13:12 scheduleAsync
- test.dart 7:18 main.<fn>
- package:stack_trace/src/chain.dart 93:20 Chain.capture
- test.dart 6:16 main
- dart:isolate _RawReceivePortImpl._handleMessage
+ dart:async _Future.then
+ test.dart 13:12 scheduleAsync
+ test.dart 7:18 main.<fn>
+ package:stack_trace Chain.capture
+ test.dart 6:16 main
That's a lot easier to understand!
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/trace.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698