Skip to content

Commit 1a1225d

Browse files
committed
bring back outcommented code
1 parent 5fb2cc5 commit 1a1225d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ export class HomematicRpc extends utils.Adapter {
682682
}
683683
} catch (e: any) {
684684
this.log.error(`Init not possible, going to stop: ${e.message}`);
685-
// setTimeout(() => this.stop && this.stop(), 30_000);
685+
this.setTimeout(() => this.stop && this.stop(), 30_000);
686686
}
687687
}
688688

0 commit comments

Comments
 (0)