Skip to content

Commit 33a43cb

Browse files
committed
junk: More debugging
1 parent dac831d commit 33a43cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ export function diffTable(files, { showTotal, collapseUnchanged, omitUnchanged,
202202

203203
const originalSize = size - delta;
204204
const isUnchanged = Math.abs(delta) < minimumChangeThreshold;
205+
console.log('minimumChangeThreshold:', minimumChangeThreshold);
205206
console.log({ filename, size, delta, originalSize, isUnchanged });
206207

207208
if (isUnchanged && omitUnchanged) continue;

0 commit comments

Comments
 (0)