Skip to content

Commit

Permalink
fix(bin/tessel-install-drivers): jshint error
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Jun 22, 2016
1 parent a4b79f7 commit 3a39f85
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 @@ -10,7 +10,7 @@ var fs = require('fs');
// Internal
var log = require('../lib/log');

module.exports.install = function(options) {
module.exports.install = function() {
return new Promise(function(resolve, reject) {
if (process.platform === 'linux') {
// --loglevel may be at "error" for npm postinstall script.
Expand Down

0 comments on commit 3a39f85

Please sign in to comment.