(response: DaemonResponse)
| 202 | const lockedReq = binding.req; |
| 203 | existingSession = binding.existingSession; |
| 204 | const finalize = (response: DaemonResponse): DaemonResponse => |
| 205 | finalizeDaemonResponse(lockedReq, response, trackDownloadableArtifact); |
| 206 | |
| 207 | if ( |
| 208 | existingSession?.recording?.invalidatedReason && |
no test coverage detected