Skip to content

Commit

Permalink
Fixes CR-0x3a93501d
Browse files Browse the repository at this point in the history
http://crash-reporter.tessel.io/crashes?fingerprint=0x3a93501d
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Apr 15, 2016
1 parent 7b67ccf commit 4d10285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tessel-install-drivers.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports.install = function() {
var udevadm = child_process.spawn('udevadm', ['control', '--reload-rules']);
udevadm.on('close', function(code) {
if (code !== 0) {
logs.error('Error reloading udev');
logs.err('Error reloading udev');
return reject(code);
} else {
logs.info('Done. Unplug and re-plug Tessel to update permissions.');
Expand Down

1 comment on commit 4d10285

@tikurahul
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Please sign in to comment.