Skip to content

Commit

Permalink
call callback with no modificaitons when not excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
James Newell committed May 25, 2015
1 parent ab98c49 commit f885e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ module.exports = function(options) {

if (!excluded) {
del();
} else {
cb(null, file);
}

} else {
Expand Down

0 comments on commit f885e69

Please sign in to comment.