docs: add missing curly brace to quick start example code (#28253)

This commit is contained in:
Will Anderson 2021-03-18 00:58:03 -07:00 committed by GitHub
parent fc7f2042ec
commit 14acf00ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ app.whenReady().then(() => {
createWindow()
}
})
)
})
app.on('window-all-closed', () => {
if (process.platform !== 'darwin') {