node-rtf
node-rtf copied to clipboard
variable undefined
See https://github.com/jrowny/node-rtf/blob/master/lib/format.js#L91
it should read
if(this.align.length > 0) rtf += this.align;
instead of
if(this.align.length > 0) rtf += align;