Skip to content

Commit 08969d3

Browse files
committed
fix(ipc): allow get_uncommitted_file_diffs in preload allowlist
The channel was added to the IPC enum and handler registry but the preload allowlist was missed, causing the changed-file dialog to throw "Blocked IPC channel: get_uncommitted_file_diffs".
1 parent 04d2db1 commit 08969d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

electron/preload.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const ALLOWED_CHANNELS = new Set([
3535
'get_branch_commits',
3636
'get_commit_changed_files',
3737
'get_commit_diffs',
38+
'get_uncommitted_file_diffs',
3839
'get_coverage_summary',
3940
'push_task',
4041
'rebase_task',

0 commit comments

Comments
 (0)