Skip to content

Commit

Permalink
grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchen committed Sep 24, 2024
1 parent 2619345 commit 9071a29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/services/SidebarService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ class SidebarService implements ISidebarService {
'--',
`'${path.join(documentRoot().fullName, file)}.md'`,
]).stdout.toString(); */
console.log(`current file: ${file}`);
console.log(
`current command: ${`git log --diff-filter=A --format="%cI" -- "${path.join(documentRoot().fullName, file)}.md"`}`,
);
console.log(`current timestamp: ${dateStr}`);
const foo = new Date(dateStr);
console.log(`current date converted: ${foo}`);
Expand Down

0 comments on commit 9071a29

Please sign in to comment.