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 {
|
||||
|
||||
constructor(embark, _options) {
|
||||
const self = this;
|
||||
this.logger = embark.logger;
|
||||
this.events = embark.events;
|
||||
this.buildDir = embark.config.buildDir;
|
||||
|
|
Loading…
Reference in New Issue