Skip to content

Commit

Permalink
docs: Removed extra dot
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
gergof committed Dec 21, 2022
1 parent 4ee80c4 commit 2562739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ app.whenReady().then(() => {
ElectronShutdownHandler.setWindowHandle(win.getNativeWindowHandle());
ElectronShutdownHandler.blockShutdown('Please wait for some data to be saved');

Electron.ShutdownHandler.on('shutdown', () => {
ElectronShutdownHandler.on('shutdown', () => {
console.log('Shutting down!');
ElectronShutdownHandler.releaseShutdown();
win.webContents.send('shutdown');
Expand Down

0 comments on commit 2562739

Please sign in to comment.