Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyza authored Oct 10, 2021
1 parent 60de4ba commit aa3b645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patchBrowserWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const electronProxy = new Proxy(electron, {
// Put the location and the original preload in a place the main IPC can easily reach.
// @ts-ignore
window.webContents.kernelWindowData = {
originalPreload: originalPreload
originalPreload: originalPreload,
windowOptions: options
};

Expand Down

0 comments on commit aa3b645

Please sign in to comment.