Skip to content

Commit 86fcb35

Browse files
committed
electron: pass fileSystem to FileBreadcrumbsStorage.getSessionAttachments
1 parent becc875 commit 86fcb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/electron/src/main/modules/BacktraceMainElectronModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export class BacktraceMainElectronModule implements BacktraceModule {
173173

174174
const fileAttachmentsManager = FileAttachmentsManager.createFromSession(session, fileSystem);
175175
const sessionAttachments = [
176-
...FileBreadcrumbsStorage.getSessionAttachments(session),
176+
...FileBreadcrumbsStorage.getSessionAttachments(session, fileSystem),
177177
...(await fileAttachmentsManager.get()),
178178
];
179179

0 commit comments

Comments
 (0)