add missing self

This commit is contained in:
Iuri Matias 2018-08-02 15:54:07 -04:00 committed by Pascal Precht
parent 4e7a0389bb
commit 6243d7c453
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ const constants = require('../../constants.json');
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;