1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Merge pull request #1501 from Matts966/typo/fix_a_typo_of_log

very easy fix.
This commit is contained in:
Junyoung Choi (Sai)
2018-02-10 18:47:22 +09:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ nodeIpc.connectTo(
console.log(err)
})
nodeIpc.of.node.on('connect', function () {
console.log('Conncted successfully')
console.log('Connected successfully')
ipcRenderer.send('config-renew', {config: ConfigManager.get()})
})
nodeIpc.of.node.on('disconnect', function () {