diff --git a/lib/modules/swarm/index.js b/lib/modules/swarm/index.js index b5e02b1d..32a5363f 100644 --- a/lib/modules/swarm/index.js +++ b/lib/modules/swarm/index.js @@ -31,7 +31,8 @@ class Swarm { this.setServiceCheck(); this.addProviderToEmbarkJS(); - //this.startProcess(() => {}); + // TODO add check to see if we need to start process + this.startProcess(() => {}); this.registerUploadCommand(); this._checkService((err) => {