diff --git a/lib/line_wrapper.coffee b/lib/line_wrapper.coffee index 5737735..3c20844 100644 --- a/lib/line_wrapper.coffee +++ b/lib/line_wrapper.coffee @@ -219,7 +219,7 @@ class LineWrapper extends EventEmitter # the y position if options.continued is yes @continuedX = 0 if lc > 1 - @continuedX += options.textWidth + @continuedX += options.textWidth or 0 @document.y = y else @document.x = @startX