(message: string)
| 40 | const checkpointTimeoutMs = task.checkpointTimeout * 1000 |
| 41 | |
| 42 | const log = (message: string) => { |
| 43 | console.log(message) |
| 44 | |
| 45 | try { |
| 46 | provider?.log(message) |
| 47 | } catch (err) { |
| 48 | // NO-OP |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | console.log("[Task#getCheckpointService] initializing checkpoints service") |
| 53 |
no test coverage detected