mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
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…
x
Reference in New Issue
Block a user