Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit a9f2040f3f - Show all commits

View File

@ -23,6 +23,11 @@ class Blootstrap {
ipc.of.blootstrap_ble.on('disconnect', () => {
ipc.log(`Disconnected from the blootstrap_ble service`)
})
ipc.of.blootstrap_ble.on('error', (err) => {
if (err.code === 'EACCES') {
console.log(`Cannot access ipc`)
}
})
})
}
/**