Skip to content

Commit

Permalink
Fix bug in chaining when using multiple attachers
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 13, 2016
1 parent 11966bc commit dda5530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unified.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function unified() {
use.apply(null, value);
}

return;
return processor;
}

/*
Expand Down

0 comments on commit dda5530

Please sign in to comment.