mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-24 06:08:48 +00:00
add missing self
This commit is contained in:
parent
f297355a41
commit
bbb250d898
@ -8,6 +8,7 @@ const StorageProcessesLauncher = require('../storage/storageProcessesLauncher');
|
|||||||
class Swarm {
|
class Swarm {
|
||||||
|
|
||||||
constructor(embark, _options) {
|
constructor(embark, _options) {
|
||||||
|
const self = this;
|
||||||
this.logger = embark.logger;
|
this.logger = embark.logger;
|
||||||
this.events = embark.events;
|
this.events = embark.events;
|
||||||
this.buildDir = embark.config.buildDir;
|
this.buildDir = embark.config.buildDir;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user