Skip to content

Commit dac831d

Browse files
committed
junk: Debug
1 parent f0e4740 commit dac831d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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({ filename, size, delta, originalSize, isUnchanged });
205206

206207
if (isUnchanged && omitUnchanged) continue;
207208

0 commit comments

Comments
 (0)