Skip to content

Commit

Permalink
Update main.js (#33079)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruslan <62350279+2BC-Wasabi@users.noreply.github.com>
  • Loading branch information
trop[bot] and 2BC-Wasabi committed Feb 28, 2022
1 parent 1d57a87 commit 795a79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fiddles/ipc/pattern-2/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const {app, BrowserWindow, ipcMain} = require('electron')
const {app, BrowserWindow, ipcMain,dialog} = require('electron')
const path = require('path')

async function handleFileOpen() {
Expand Down

0 comments on commit 795a79e

Please sign in to comment.