Skip to content

Commit 956b657

Browse files
committed
proper log
1 parent 7cd72dd commit 956b657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/size-limit-gh-action/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ async function run() {
181181
}
182182
} else {
183183
core.debug('Skipping comment because there are no changes.');
184-
core.debug(`Base result:\n\n${base}`);
184+
core.debug(`Base result:\n\n${JSON.stringify(base, null, 2)}`);
185185
}
186186

187187
if (status > 0) {

0 commit comments

Comments
 (0)