From dcd0a2ae1f87f95016e1dbab1c6b0a72fc6bcabc Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 18 Feb 2017 23:03:55 -0500 Subject: Assume wider window for composer cols --- lib/serve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3