mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 13:36:14 +00:00
add missing self
This commit is contained in:
parent
33009c9917
commit
59a9e980c8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user