| Index: lib/src/rastak.dart
|
| diff --git a/lib/src/rastak.dart b/lib/src/rastak.dart
|
| index 80877b435762248771c674af56a91543cd61d754..f4c2ada5cd461d6a81c8e03af3d7cd299023a43b 100644
|
| --- a/lib/src/rastak.dart
|
| +++ b/lib/src/rastak.dart
|
| @@ -19,7 +19,7 @@ Future<ir.TreeNode> main(List<String> arguments, isolateArgument) async {
|
| final ReceivePort port = new ReceivePort();
|
| try {
|
| Stopwatch wallClock = new Stopwatch()..start();
|
| - Rastask task = await Rastask.setup(wallClock, arguments);
|
| + Rastask task = await Rastask.create(wallClock, arguments);
|
|
|
| // Due to an implementation detail (an optimization that may be wrong) in
|
| // zones, a `then` handler on a future may be run recursively inside a
|
|
|