We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0855757 commit ec89f02Copy full SHA for ec89f02
Sources/Testing/ExitTests/ExitTest.swift
@@ -296,8 +296,8 @@ extension ExitTest {
296
var configuration = Configuration()
297
298
// Encode events as JSON and write them to the back channel file handle.
299
- // Only forward issue-recorded events. (If we start handling other kinds
300
- // of event in the future, we can forward them too.)
+ // Only forward issue-recorded events. (If we start handling other kinds of
+ // events in the future, we can forward them too.)
301
let eventHandler = ABIv0.Record.eventHandler(encodeAsJSONLines: true) { json in
302
try? _backChannelForEntryPoint?.write(json)
303
}
0 commit comments