mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-09 00:10:31 -07:00
Update useGitLogData.ts
This commit is contained in:
parent
81e5e2e671
commit
d92d67d739
1 changed files with 2 additions and 2 deletions
|
|
@ -236,7 +236,7 @@ export function useGitLogData(workspaceID: string): IGitLogData {
|
|||
// Only log if entries actually changed
|
||||
if (entriesFingerprint !== lastLoggedEntriesReference.current) {
|
||||
lastLoggedEntriesReference.current = entriesFingerprint;
|
||||
|
||||
|
||||
// Log immediately for E2E test reliability
|
||||
// No need for setTimeout - entries state is already updated
|
||||
void window.service.native.log('debug', '[test-id-git-log-data-rendered]', {
|
||||
|
|
@ -244,7 +244,7 @@ export function useGitLogData(workspaceID: string): IGitLogData {
|
|||
wikiFolderLocation: workspaceInfo.wikiFolderLocation,
|
||||
entriesFingerprint,
|
||||
});
|
||||
|
||||
|
||||
void window.service.native.log('debug', '[test-id-git-log-refreshed]', {
|
||||
commitCount: entries.length,
|
||||
wikiFolderLocation: workspaceInfo.wikiFolderLocation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue