Skip to content

Commit 5878c27

Browse files
committed
Sync extractors/cds/tools/dist/**
1 parent 0ae57a7 commit 5878c27

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

extractors/cds/tools/dist/cds-extractor.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extractors/cds/tools/dist/cds-extractor.bundle.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extractors/cds/tools/dist/compile-test-cds-lib.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5875,7 +5875,7 @@ function expand_(str2, max, isTop) {
58755875
const x2 = numeric(n7[0]);
58765876
const y = numeric(n7[1]);
58775877
const width = Math.max(n7[0].length, n7[1].length);
5878-
let incr = n7.length === 3 && n7[2] !== void 0 ? Math.abs(numeric(n7[2])) : 1;
5878+
let incr = n7.length === 3 && n7[2] !== void 0 ? Math.max(Math.abs(numeric(n7[2])), 1) : 1;
58795879
let test = lte;
58805880
const reverse = y < x2;
58815881
if (reverse) {

extractors/cds/tools/dist/compile-test-cds-lib.cjs.map

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)