| Index: lib/src/executable.dart
|
| diff --git a/lib/src/executable.dart b/lib/src/executable.dart
|
| index 843b47fd84bcae4bdad6adba9616ea0b05cefc7a..44871a2a2055f4d95edf11b7544f095a4ea34d89 100644
|
| --- a/lib/src/executable.dart
|
| +++ b/lib/src/executable.dart
|
| @@ -195,7 +195,7 @@ transformers:
|
| if (error is! LoadException) {
|
| sink.addError(error, stackTrace);
|
| } else {
|
| - sink.add(new LoadExceptionSuite(error));
|
| + sink.add(new LoadExceptionSuite(error, stackTrace));
|
| }
|
| })).toList().then((suites) {
|
| if (closed) return null;
|
|
|