Skip to content

Commit 05e1c04

Browse files
committed
update code
1 parent 46cafa7 commit 05e1c04

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

dist/restore/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8139,7 +8139,7 @@ function expand(str, isTop) {
81398139
var y = numeric(n[1]);
81408140
var width = Math.max(n[0].length, n[1].length)
81418141
var incr = n.length == 3
8142-
? Math.abs(numeric(n[2]))
8142+
? Math.max(Math.abs(numeric(n[2])), 1)
81438143
: 1;
81448144
var test = lte;
81458145
var reverse = y < x;
@@ -8188,7 +8188,6 @@ function expand(str, isTop) {
81888188
}
81898189

81908190

8191-
81928191
/***/ }),
81938192

81948193
/***/ 7087:

dist/save/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8139,7 +8139,7 @@ function expand(str, isTop) {
81398139
var y = numeric(n[1]);
81408140
var width = Math.max(n[0].length, n[1].length)
81418141
var incr = n.length == 3
8142-
? Math.abs(numeric(n[2]))
8142+
? Math.max(Math.abs(numeric(n[2])), 1)
81438143
: 1;
81448144
var test = lte;
81458145
var reverse = y < x;
@@ -8188,7 +8188,6 @@ function expand(str, isTop) {
81888188
}
81898189

81908190

8191-
81928191
/***/ }),
81938192

81948193
/***/ 7087:

0 commit comments

Comments
 (0)