Skip to content

Commit beddbfb

Browse files
authored
fix(compass): fix duped logid (#7448)
1 parent 308b4c9 commit beddbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass/src/main/window-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function saveWindowBounds(
123123
});
124124
} catch (err) {
125125
log.warn(
126-
mongoLogId(1_001_000_377),
126+
mongoLogId(1_001_000_378),
127127
'Window Manager',
128128
'Failed to save window bounds',
129129
{ message: (err as Error).message }

0 commit comments

Comments
 (0)