mirror of https://github.com/embarklabs/embark.git
Linting
This commit is contained in:
parent
07290f289d
commit
317268a740
|
@ -101,7 +101,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