Skip to content

Commit

Permalink
Disambiguate board init errors from write errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dlindahl committed Sep 27, 2016
1 parent 33e9dc0 commit 0bc4383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mbot.js
Expand Up @@ -16,7 +16,7 @@ module.exports = internals.Bot = function (io) {

board.on('ready', (err) => {
if (err) {
console.log('Oops, there was an error:', err);
console.log('Oops, there was an error connecting to the board:\n\n', err);
return;
}

Expand Down

0 comments on commit 0bc4383

Please sign in to comment.