@ -17,11 +17,12 @@ module.exports = function createTransform(file, options) {
letbuffer=newbl.BufferList();
functionchunkHandler(chunk,encoding,callback){
if(encoding==="buffer"){
// NOTE: We check the `chunk` here, not the `encoding`, because in at least one instance a Buffer was passed in claiming to be a "utf8" string according to the `encoding` argument