mirror of https://github.com/embarklabs/embark.git
Linting
This commit is contained in:
parent
1743083689
commit
e2d5e6fd57
|
@ -109,7 +109,7 @@ Blockchain.prototype.shutdownProxy = function() {
|
||||||
|
|
||||||
this.rpcProxy.close();
|
this.rpcProxy.close();
|
||||||
this.wsProxy.close();
|
this.wsProxy.close();
|
||||||
}
|
};
|
||||||
|
|
||||||
Blockchain.prototype.runCommand = function(cmd, options, callback) {
|
Blockchain.prototype.runCommand = function(cmd, options, callback) {
|
||||||
console.log(__("running: %s", cmd.underline).green);
|
console.log(__("running: %s", cmd.underline).green);
|
||||||
|
|
Loading…
Reference in New Issue