Skip to content

Commit

Permalink
Update packages/desktop-electron/preload.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matiss Janis Aboltins <[email protected]>
  • Loading branch information
MikesGlitch and MatissJanis authored Jul 17, 2024
1 parent d5d89c6 commit 4f435b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/desktop-electron/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ const { version: VERSION, isDev: IS_DEV }: GetBootstrapDataPayload =
contextBridge.exposeInMainWorld('Actual', {
IS_DEV,
ACTUAL_VERSION: VERSION,
logToTerminal: (...args: unknown[]) => {
console.log(...args);
},
logToTerminal: console.log,

ipcConnect: (
func: (payload: {
Expand Down

0 comments on commit 4f435b7

Please sign in to comment.