Skip to content

Commit bf76bd9

Browse files
committed
lets see whats included
1 parent eda56a8 commit bf76bd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/site-kit/src/lib/markdown/renderer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ function find_nearest_node_modules(file: string): string | null {
566566
function hash_graph(hash: Hash, file: string, seen = new Set<string>()) {
567567
if (seen.has(file)) return;
568568
seen.add(file);
569+
console.log('including', file, 'in hash');
569570

570571
const content = fs.readFileSync(file, 'utf-8');
571572

0 commit comments

Comments
 (0)