Files
sdk/pkg/stack_trace/pubspec.yaml
T
nweiz@google.com 7cf1ba97ad Properly handle errors thrown in [Chain.capture]'s [onError] handler.
The Zone infrastructure apparently doesn't automatically pipe errors
to the parent Zone (issue 18134).

R=rnystrom@google.com
BUG=

Review URL: https://codereview.chromium.org//232123003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34904 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 23:49:16 +00:00

15 lines
328 B
YAML

name: stack_trace
version: 0.9.3+1
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A package for manipulating stack traces and printing them readably.
dependencies:
path: ">=1.0.0-rc.1 <2.0.0"
dev_dependencies:
unittest: ">=0.9.0 <0.10.0"
environment:
sdk: ">=0.8.10+6 <2.0.0"