Skip to content

Commit

Permalink
Nicer toString for BuilderTransformer (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch authored Oct 10, 2016
1 parent 177f4f6 commit 7006211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/transformer/transformer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ class BuilderTransformer implements Transformer, DeclaringTransformer {
transform.declareOutput(toBarbackAssetId(outputId));
}
}

@override
String toString() => 'BuilderTransformer: [$builders]';
}

/// Very simple [AssetReader] which uses a [Transform].
Expand Down

0 comments on commit 7006211

Please sign in to comment.