important thing is to not use encoding: 'utf8' because in that case it will return a string instead of a Buffer object. '' is false but Buffer() is not.
important thing is to not use encoding: 'utf8' because in that case it will return a string instead of a Buffer object. '' is false but Buffer() is not.