Skip to content

Commit

Permalink
Merge branch 'master' of github.com:canboat/canboatjs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 committed Oct 16, 2020
2 parents 09f7900 + 5cd1e14 commit 59267e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/canbus.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function CanbusStream (options) {
try {
socketcan = require('socketcan')
} catch ( err ) {
console.error(err)
var msg = 'WARNING unable to load native socketcan interface'
console.error(msg)
}
Expand Down

0 comments on commit 59267e0

Please sign in to comment.