introduce unsafe_Func (#2033)

Separate flag for #203 functionality.
This commit is contained in:
Alex Lam S.L
2017-05-31 03:38:00 +08:00
committed by GitHub
parent 55b5f2a8aa
commit e9645e017f
4 changed files with 83 additions and 58 deletions

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;