| Index: lib/src/run_batch.dart
|
| diff --git a/lib/src/run_batch.dart b/lib/src/run_batch.dart
|
| index 2f33c02edaa3a2cf4397da2b8fc2494b461eccad..d9b8d9ab58eb767805918613f05a5269b85663b1 100644
|
| --- a/lib/src/run_batch.dart
|
| +++ b/lib/src/run_batch.dart
|
| @@ -85,7 +85,7 @@ class RunBatch extends Rastask {
|
|
|
| int failuresBefore = compiler.elementsWithCompileTimeErrors.length;
|
| Uri output = description.output;
|
| - output ??= description.uri.resolve("${description.uri.path}.bart");
|
| + output ??= description.uri.resolve("${description.uri.path}.dill");
|
|
|
| Options options = new Options(
|
| description.uri,
|
|
|