some debugging for the container

This commit is contained in:
Martin Donnelly 2019-10-23 16:50:29 +01:00
parent 61cd414da1
commit 789d97ca52

View File

@ -264,7 +264,7 @@ class ChangeDetection extends Scraper {
* @returns {Promise<void>}
*/
async __run() {
try {
// try {
logger.debug('run');
await this.start();
@ -279,10 +279,10 @@ class ChangeDetection extends Scraper {
await this.saveSettings();
await this._done();
}
/*}
catch(e) {
throw new Error(e);
}
}*/
}
}