Skip to content

Commit a7a6a62

Browse files
committed
make linter happy
1 parent 6c03a2e commit a7a6a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cmds/blockchain/blockchain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Blockchain.prototype.checkPathLength = function() {
193193

194194
Blockchain.prototype.isClientInstalled = function(callback) {
195195
let versionCmd = this.client.determineVersionCommand();
196-
this.runCommand(versionCmd, {}, (err, stdout, stderr) => {
196+
this.runCommand(versionCmd, {}, (err, stdout, _stderr) => {
197197
if (err || !stdout || stdout.indexOf("not found") >= 0) {
198198
return callback('Geth not found');
199199
}

0 commit comments

Comments
 (0)