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

View File

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