sindresorhus/gulp-chmod

An error is thrown if `file.stat == null`

whitneyit opened this issue · 0 comments

When using an additional gulp plugin such as gulp-concat, which returns a Buffer with no fs.Stats, then gulp-chmod throws the following error.

TypeError: Cannot set property 'mode' of null
at Transform._transform (/home/vagrant/Code/storm/node_modules/gulp-chmod/index.js:48:19)