Skip to content

Commit f020b19

Browse files
works!
1 parent 7cd76b8 commit f020b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/index/processRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ async function reindexCheck(
413413
newChecksum: string,
414414
): Promise<boolean> {
415415
const jsonPath = path.join(contentPath, name);
416-
console.log(jsonPath);
417416

418417
let summaryExists = false;
419418
try {
@@ -431,6 +430,7 @@ async function reindexCheck(
431430
console.log(`Skipping ${jsonPath} because it has not changed`);
432431
return false;
433432
} else {
433+
console.log(`Reindexing ${jsonPath} because it has changed`);
434434
return true;
435435
}
436436
}

0 commit comments

Comments
 (0)