aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-02-18 23:03:55 -0500
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-02-18 23:03:55 -0500
commitdcd0a2ae1f87f95016e1dbab1c6b0a72fc6bcabc (patch)
treea68eb283303809cdd1a35bfbe43995d43a472d02
parentcd596012631d20517de546fcd69db003d5c2fb06 (diff)
downloadpatchfoo-dcd0a2ae1f87f95016e1dbab1c6b0a72fc6bcabc.tar.gz
patchfoo-dcd0a2ae1f87f95016e1dbab1c6b0a72fc6bcabc.zip
Assume wider window for composer cols
-rw-r--r--lib/serve.js2
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) {