()
| 244 | } |
| 245 | |
| 246 | function printRecentServiceLog() { |
| 247 | const lines = recentServiceLogLines(); |
| 248 | if (!lines) { |
| 249 | return; |
| 250 | } |
| 251 | console.error("[simdeck-provider-bridge] recent service log:"); |
| 252 | console.error(lines); |
| 253 | } |
| 254 | |
| 255 | function recentServiceLogLines() { |
| 256 | if (!localServiceLog) { |
no test coverage detected