| Index: pkg/polymer/lib/src/build/runner.dart
|
| diff --git a/pkg/polymer/lib/src/build/runner.dart b/pkg/polymer/lib/src/build/runner.dart
|
| index 7f628ccfba7d1e8a1062f39592ff54c3934a6e95..d34077c9ac1773d23fc79b2c68921a61f95aadda 100644
|
| --- a/pkg/polymer/lib/src/build/runner.dart
|
| +++ b/pkg/polymer/lib/src/build/runner.dart
|
| @@ -12,7 +12,6 @@ import 'dart:async';
|
| import 'dart:convert';
|
| import 'dart:io';
|
|
|
| -import 'package:args/args.dart';
|
| import 'package:barback/barback.dart';
|
| import 'package:path/path.dart' as path;
|
| import 'package:stack_trace/stack_trace.dart';
|
| @@ -46,7 +45,7 @@ class BarbackOptions {
|
| * Whether to print error messages using a json-format that tools, such as the
|
| * Dart Editor, can process.
|
| */
|
| - final String machineFormat;
|
| + final bool machineFormat;
|
|
|
| BarbackOptions(this.phases, this.outDir, {currentPackage, packageDirs,
|
| this.transformTests: false, this.transformPolymerDependencies: false,
|
|
|