mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-02 10:25:21 +00:00
var -> let
This commit is contained in:
parent
7599f43a3b
commit
8a5604eec6
@ -48,7 +48,7 @@ class Blockchain {
|
||||
}
|
||||
|
||||
run () {
|
||||
var self = this;
|
||||
let self = this;
|
||||
console.log("===============================================================================".magenta);
|
||||
console.log("===============================================================================".magenta);
|
||||
console.log(("Embark Blockchain Using: " + this.client.name.underline).magenta);
|
||||
|
Loading…
x
Reference in New Issue
Block a user