Skip to content

Commit 21d548c

Browse files
committed
chore: log
1 parent d3a932b commit 21d548c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/ci/utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-console */
12
import fsp from 'fs/promises';
23
import { resolve } from 'path';
34

@@ -28,6 +29,8 @@ export async function getNbGitDiff({
2829
}>): Promise<number> {
2930
const checkHead = head === null ? '' : `...${head}`;
3031

32+
console.log(`comparing "${branch}${checkHead}"`);
33+
3134
return parseInt(
3235
(
3336
(await run(`git add -N . && git diff --shortstat "${branch}${checkHead}" -- ${path} | wc -l`, {

0 commit comments

Comments
 (0)