Skip to content

Commit d3a932b

Browse files
committed
chore: what?
1 parent 4629a1a commit d3a932b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ export async function getNbGitDiff({
3030

3131
return parseInt(
3232
(
33-
await run(`git add -N . && git diff --shortstat "${branch}${checkHead}" -- ${path} | wc -l`, {
33+
(await run(`git add -N . && git diff --shortstat "${branch}${checkHead}" -- ${path} | wc -l`, {
3434
cwd,
35-
})
35+
})) || '0'
3636
).trim(),
3737
10,
3838
);

0 commit comments

Comments
 (0)