feature(flop) write: add Buffer

This commit is contained in:
coderaiser 2014-06-19 10:09:56 -04:00
parent b4870295ab
commit 9edc769c11

View file

@ -107,6 +107,8 @@
if (!type)
type = '';
else if (type instanceof Buffer)
type = 'string';
switch(type) {
case 'string':