docs: add missing curly brace to quick start example code (#28253)
This commit is contained in:
parent
fc7f2042ec
commit
14acf00ba9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ app.whenReady().then(() => {
|
|||
createWindow()
|
||||
}
|
||||
})
|
||||
)
|
||||
})
|
||||
|
||||
app.on('window-all-closed', () => {
|
||||
if (process.platform !== 'darwin') {
|
||||
|
|
Loading…
Reference in a new issue