This commit is contained in:
alexlamsl 2017-05-31 02:43:16 +08:00
parent 41f9d95941
commit 35327b0055

View File

@ -225,7 +225,7 @@ function run() {
col = line.length;
}
if (line) {
var limit = 78;
var limit = 70;
if (col > limit) {
line = line.slice(col - limit);
col = limit;