| Index: sdk/lib/_internal/pub/lib/src/command/build.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/build.dart b/sdk/lib/_internal/pub/lib/src/command/build.dart
|
| index f086af1c1f6afea072d643705a32750c9df0cfa9..4b6ab0da3005938aa974abef5af1f1986f035850 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/build.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/build.dart
|
| @@ -52,8 +52,8 @@ class BuildCommand extends BarbackCommand {
|
| // Since this server will only be hit by the transformer loader and isn't
|
| // user-facing, just use an IPv4 address to avoid a weird bug on the
|
| // OS X buildbots.
|
| - return AssetEnvironment.create(entrypoint, mode, WatcherType.NONE,
|
| - useDart2JS: true).then((environment) {
|
| + return AssetEnvironment.create(entrypoint, mode, useDart2JS: true)
|
| + .then((environment) {
|
| // Show in-progress errors, but not results. Those get handled
|
| // implicitly by getAllAssets().
|
| environment.barback.errors.listen((error) {
|
|
|