File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.6.7
2
+
3
+ * Fix a bug where ` new Frame.caller() ` returned the wrong depth of frame on
4
+ Dartium.
5
+
1
6
## 1.6.6
2
7
3
8
* ` new Trace.current() ` and ` new Chain.current() ` now skip an extra frame when
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const chainGap = '===== asynchronous gap ===========================\n';
10
10
11
11
// TODO(nweiz): When cross-platform imports work, use them to set this.
12
12
/// Whether we're running in a JS context.
13
- final bool inJS = p.style == p. Style .url ;
13
+ final bool inJS = 0.0 is int ;
14
14
15
15
/// Returns [string] with enough spaces added to the end to make it [length]
16
16
/// characters long.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: stack_trace
7
7
#
8
8
# When the major version is upgraded, you *must* update that version constraint
9
9
# in pub to stay in sync with this.
10
- version : 1.6.6
10
+ version : 1.6.7
11
11
author :
" Dart Team <[email protected] >"
12
12
homepage : https://github.com/dart-lang/stack_trace
13
13
description : >
You can’t perform that action at this time.
0 commit comments