| Index: pkg/barback/lib/src/transform_node.dart
|
| diff --git a/pkg/barback/lib/src/transform_node.dart b/pkg/barback/lib/src/transform_node.dart
|
| index 2a996914bc5670512abcdd86e9b44195c8510673..76b29bdffd5d21f62de8b8c7d6ab63bb8a678210 100644
|
| --- a/pkg/barback/lib/src/transform_node.dart
|
| +++ b/pkg/barback/lib/src/transform_node.dart
|
| @@ -128,9 +128,7 @@ class TransformNode {
|
|
|
| _isDirty = false;
|
|
|
| - return phase.cascade.graph.transformPool
|
| - .withResource(() => transformer.apply(transform))
|
| - .catchError((error, stack) {
|
| + return transformer.apply(transform).catchError((error, stack) {
|
| // If the transform became dirty while processing, ignore any errors from
|
| // it.
|
| if (_isDirty) return;
|
|
|