function()

in index.js [62:65]


               function(f, enc, done) {
                 if (f.diff && Object.keys(f.diff).length) filePaths.push(path.relative(process.cwd(), f.path));
                 done(null, f);
               },