add missing self

This commit is contained in:
Iuri Matias 2018-08-02 15:54:07 -04:00
parent f297355a41
commit bbb250d898
1 changed files with 1 additions and 0 deletions

View File

@ -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;