mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 12:11:16 +00:00
make linter happy
This commit is contained in:
parent
1a8989361e
commit
ace329ec6e
@ -221,7 +221,7 @@ Blockchain.prototype.checkPathLength = function() {
|
||||
|
||||
Blockchain.prototype.isClientInstalled = function(callback) {
|
||||
let versionCmd = this.client.determineVersionCommand();
|
||||
this.runCommand(versionCmd, {}, (err, stdout, stderr) => {
|
||||
this.runCommand(versionCmd, {}, (err, stdout, _stderr) => {
|
||||
if (err || !stdout || stdout.indexOf("not found") >= 0) {
|
||||
return callback('Geth not found');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user