add missing self
This commit is contained in:
parent
33009c9917
commit
59a9e980c8
|
@ -8,6 +8,7 @@ const StorageProcessesLauncher = require('../storage/storageProcessesLauncher');
|
|||
class Swarm {
|
||||
|
||||
constructor(embark, _options) {
|
||||
const self = this;
|
||||
this.logger = embark.logger;
|
||||
this.events = embark.events;
|
||||
this.buildDir = embark.config.buildDir;
|
||||
|
|
Loading…
Reference in New Issue