We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
logger
Entrypoint.swift
1 parent 969b992 commit 2486ec8Copy full SHA for 2486ec8
Sources/wasmkit-gdb-tool/Entrypoint.swift
@@ -62,7 +62,7 @@ struct Entrypoint: AsyncParsableCommand {
62
// the closure as it will be invoked once per connection.
63
try channel.pipeline.syncOperations.addHandlers([
64
ByteToMessageHandler(GDBHostCommandDecoder(logger: logger)),
65
- MessageToByteHandler(GDBTargetResponseEncoder()),
+ MessageToByteHandler(GDBTargetResponseEncoder(logger: logger)),
66
])
67
}
68
0 commit comments