Skip to content

Commit 014ede6

Browse files
committed
retry
1 parent 96b24ab commit 014ede6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

34-
console.log({ filename, newRoot });
34+
console.log(1, { filename, newRoot });
3535
console.log({ stdout });
3636

3737
const date = new Date(stdout);

0 commit comments

Comments
 (0)