Closed azhang closed 10 years ago
does jade fail itself if we just jade-ify an empty string? ideally even the empty string one would go through the same code paths as the non-empty string
It doesn't fail. The if(!file.contents)
check does not need to be there at all.
perfect that sounds like a good solution to rip it out to me
return empty file instead of undefined