Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
fix: Bridge didn't comply to Standard JS
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan van Rooij committed Dec 22, 2017
1 parent 1798668 commit dd8fa13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ function start () {
log.info('Loading devices from: ' + config.devices)
try {
devices = require(config.devices)
} catch(e){
log.error('Error loading devices: ',e)
} catch (e) {
log.error('Error loading devices: ', e)
}

}
})
}
Expand Down

0 comments on commit dd8fa13

Please sign in to comment.