| Index: pkg/scheduled_test/lib/src/task.dart
|
| diff --git a/pkg/scheduled_test/lib/src/task.dart b/pkg/scheduled_test/lib/src/task.dart
|
| index 2dfc127163953bc9f2a0a5f8da82271007f5d14d..44f68332325ef8e7142d2d38a3be4db2d30cc756 100644
|
| --- a/pkg/scheduled_test/lib/src/task.dart
|
| +++ b/pkg/scheduled_test/lib/src/task.dart
|
| @@ -72,7 +72,7 @@ class Task {
|
|
|
| Task._(fn(), this.description, TaskQueue queue, this.parent, this._id)
|
| : queue = queue,
|
| - stackTrace = queue.captureStackTraces ? new Trace.current() : null {
|
| + stackTrace = new Trace.current() {
|
| this.fn = () {
|
| if (state != TaskState.WAITING) {
|
| throw new StateError("Can't run $state task '$this'.");
|
|
|