diff --git a/log/src/checks/tcp.ts b/log/src/checks/tcp.ts index a079531..9c214ad 100644 --- a/log/src/checks/tcp.ts +++ b/log/src/checks/tcp.ts @@ -52,6 +52,7 @@ function attemptConnection(host: string, port: number, logger: ActionLogger, ret } attemptConnection(); + }); }