Skip to content

Commit 96b24ab

Browse files
committed
log change date
1 parent 4ebf756 commit 96b24ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/apps/docs/src/scripts/getdocstree.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ export const getLastModifiedDate = async (root) => {
3131
`cd ${newRoot} && git log -1 --pretty="format:%ci" ${filename}`,
3232
);
3333

34+
console.log({ filename, newRoot });
35+
console.log({ stdout });
36+
3437
const date = new Date(stdout);
3538
if (!isValid(date)) return;
3639

0 commit comments

Comments
 (0)