add missing self
This commit is contained in:
parent
f297355a41
commit
bbb250d898
|
@ -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