mirror of https://github.com/embarklabs/embark.git
make linter happy
This commit is contained in:
parent
7bd1598b3c
commit
3f16806f37
|
@ -32,7 +32,7 @@ class Dashboard {
|
||||||
console = new Console({
|
console = new Console({
|
||||||
events: self.events,
|
events: self.events,
|
||||||
plugins: self.plugins,
|
plugins: self.plugins,
|
||||||
version: self.version,
|
version: self.version
|
||||||
});
|
});
|
||||||
callback();
|
callback();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue