(debugChannel.callback)
| 416 | |
| 417 | function closeDebugChannel(debugChannel: DebugChannel): void { |
| 418 | if (debugChannel.callback) { |
| 419 | debugChannel.callback(''); |
| 420 | } |
| 421 | } |
| 422 | |
| 423 | // If FinalizationRegistry doesn't exist, we cannot use the debugChannel. |
no test coverage detected