| Index: lib/compiler/implementation/apiimpl.dart
|
| diff --git a/lib/compiler/implementation/apiimpl.dart b/lib/compiler/implementation/apiimpl.dart
|
| index 0847766f976dddb4801ebc5a6e4f93779e4ae26c..7280dceac7158eae595518e697eaa541a6ce1070 100644
|
| --- a/lib/compiler/implementation/apiimpl.dart
|
| +++ b/lib/compiler/implementation/apiimpl.dart
|
| @@ -58,7 +58,7 @@ class Compiler extends leg.Compiler {
|
| // TODO(ahe): We expect the future to be complete and call value
|
| // directly. In effect, we don't support truly asynchronous API.
|
| text = provider(translated).value;
|
| - } catch (var exception) {
|
| + } catch (exception) {
|
| if (node !== null) {
|
| cancel("$exception", node: node);
|
| } else {
|
|
|