Skip to content

Commit

Permalink
Update error message for USB controller when the version of node is c…
Browse files Browse the repository at this point in the history
…hanged
  • Loading branch information
crvineeth97 committed Mar 13, 2017
1 parent b0c59c0 commit 49afa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usb-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ try {
// var VENDOR_REQ_IN = usb.LIBUSB_REQUEST_TYPE_VENDOR | usb.LIBUSB_RECIPIENT_DEVICE | usb.LIBUSB_ENDPOINT_IN;
} catch (e) {
haveusb = false;
log.error('WARNING: No usb controller found on this system.');
log.error('WARNING: No USB controller found on this system. Please run npm install -g t2-cli to compile USB drivers for your version of node');
}

var Daemon = require('./usb/usb-daemon');
Expand Down

0 comments on commit 49afa49

Please sign in to comment.