some debugging for the container
This commit is contained in:
parent
61cd414da1
commit
789d97ca52
@ -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);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user