| Index: dart/frog/leg/frog_leg.dart
|
| diff --git a/dart/frog/leg/frog_leg.dart b/dart/frog/leg/frog_leg.dart
|
| index b5a91274436d22ca63d6b403017e85270132783e..1327461baf9fbb77b0e8c0ad10ee1a9069ccd720 100644
|
| --- a/dart/frog/leg/frog_leg.dart
|
| +++ b/dart/frog/leg/frog_leg.dart
|
| @@ -35,8 +35,8 @@ bool compile(frog.World world) {
|
| world.info('[leg] $message');
|
| return;
|
| }
|
| - print(message);
|
| - if (fatal && throwOnError) new AbortLeg(message);
|
| + print('$uri:$begin:$end: $message');
|
| + if (fatal && throwOnError) throw new AbortLeg(message);
|
| }
|
|
|
| // TODO(ahe): We expect the future to be complete and call value
|
|
|