mirror of https://github.com/embarklabs/embark.git
add missing self
This commit is contained in:
parent
4e7a0389bb
commit
6243d7c453
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue