diff options
-rw-r--r-- | lib/serve.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js index 0a81fa1..5f5a97e 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -790,7 +790,7 @@ Serve.prototype.wrapLinks = function (dest) { } function rows(str) { - return String(str).split(/[^\n]{70}|\n/).length + return String(str).split(/[^\n]{150}|\n/).length } Serve.prototype.composer = function (opts, cb) { |